How do you do to get stictis from classes or qdics? Like actual speed, borrow speed, etc. Beside the tc -s command that don''t give you too much information.
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 On Tue, 7 May 2002, Leandro Stasi wrote:> How do you do to get stictis from classes or qdics? > > Like actual speed, borrow speed, etc. > > Beside the tc -s command that don''t give you too much information. > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >
Martin Devera wrote:> 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?> On Tue, 7 May 2002, Leandro Stasi wrote: > > >>How do you do to get stictis from classes or qdics? >> >>Like actual speed, borrow speed, etc. >> >>Beside the tc -s command that don''t give you too much information. >> >>_______________________________________________ >>LARTC mailing list / LARTC@mailman.ds9a.nl >>http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >> >> >> > > >
> > 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
On Tuesday 07 May 2002 05:37, Leandro Stasi wrote:> How do you do to get stictis from classes or qdics? > > Like actual speed, borrow speed, etc. > > Beside the tc -s command that don''t give you too much information.See http://home.docum.org/stef.coene/qos/gui/rrd.html as example. Or http://home.docum.org/cgi-bin/monitor.pl . Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.openprojects.net