Hello all,

I tried these commands (taken from lartc HOWTO).

#tc qdisc add dev pvc0 root handle 1: prio

#tc qdisc add dev pvc0 parent 1:1 handle 10: sfq
#tc qdisc add dev pvc0 parent 1:2 handle 20: sfq
#tc qdisc add dev pvc0 parent 1:3 handle 30: sfq

When I try to watch at the qdisc statistics with the command:

#tc -s qdisc ls dev pvc0

I have this response:

qdisc sfq 30: quantum 1516b
statistics truncated
 qdisc sfq 20: quantum 1516b
statistics truncated
 qdisc sfq 10: quantum 1516b
statistics truncated
 qdisc prio 1: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
statistics truncated

What is the problem?

Thanks.

Mauro Passadore
_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to