Is there anyway to actually see packet stats or that packets are for sure going into a prio queue with TC? I can see all the HTB stats but the prio classes just list as being there...would like more information Basically I have the following setup DSMARK | HTB - (tcindex filter on TOS) | Prio (u32 filter on TOS) Thanks Jon Flechsenhaar Boeing WNW Team Network Services (714)-762-1231 202-E7
Flechsenhaar, Jon J wrote:> Is there anyway to actually see packet stats or that packets are for > sure going into a prio queue with TC? > > I can see all the HTB stats but the prio classes just list as being > there...would like more information > > Basically I have the following setup > > DSMARK > | > HTB - (tcindex filter on TOS) > | > Prio (u32 filter on TOS) > >You can add child qdiscs to prio classes and see their counters with tc -s qdisc ls ... Andy.