> tc -s qdisc ls dev eth0 > > I get the following output: > > qdisc cbq 1: rate 10Mbit (bounded,isolated) prio no-transmit > Sent 49318327 bytes 35920 pkts (dropped 0, overlimits 48978) > borrowed 0 overactions 0 avgidle 624 undertime 0 > > That's not I want: I'd like to see the different classes etc... > > What am I doing wrong? if you want classes what don't to try tc -s class show dev eth0 ?