tcsim prints tracing information on standard output. Each line has the following format:
time event :
I | ingress queuing discipline |
E | device enqueue |
D | device dequeue |
T | execution of a tc command |
* | error or diagnostic |
Additionally, if function call tracing is enabled (with -v), the following events are reported:
c | call to classifier |
i | call to enqueue function of the ingress queuing discipline |
e | call to enqueue function of an egress queuing discipline |
d | call to dequeue function |
r | call to requeue function |
x | call to drop function |
s | call to reshape_fail callback |
p | call to tcf_police |
For device enqueue and dequeue events, the following additional information is printed:
skb_addr length : device: content
...
)
For tc command execution, the command line (including the tc command) is printed.
For all tracing events, the following information is printed:
skb_addr length : level descr
<>
), starting at zero.