> > tc -s qdisc|class will give you all stats qdisc is maintaining. > > For HTB it also does include actual rate (however I'm not sure > > whether this part will survive merge into 2.4 kernel...). > > If you want more infor you have to use user-space daemon which > > will compute them. > > What are you missing ? > > devik > > > > Sorry, you mean I have to compute them? Yes for example there is no average backlog length. If you need it then write script which compytes it from regular tc output ... devik