Hi all, This may sound strange, but i have a question.. is there any commands which we can use to see the entire TC configurations.. iam new to this TC , thanks, Rajesh Rajesh Revuru, Res:105 smith lane,#33, Syracuse-NY 13210. Ph.315-422-8908(R) Ph.315-443-9120(O) --------------------------------- Do You Yahoo!? Yahoo! Auctions Great stuff seeking new owners! Bid now!
rajesh revuru <rvr_kumar@yahoo.com> writes:> Hi all, > > This may sound strange, but i have a question.. > > is there any commands which we can use to see the entire TC configurations..tc qdisc show dev eth0 tc class show dev eth0 You can add couple command line options to those so that they show more information, but you''ll have to find them from the tc manpage :) -j
hi..all, is there any method to measure the bandwidth allocation after setting the configuration with commands, thanks, Rajesh Jaakko Niemi <liiwi@iki.fi> wrote: rajesh revuru writes:> Hi all, > > This may sound strange, but i have a question.. > > is there any commands which we can use to see the entire TC configurations..tc qdisc show dev eth0 tc class show dev eth0 You can add couple command line options to those so that they show more information, but you''ll have to find them from the tc manpage :) -j Rajesh Revuru, Res:105 smith lane,#33, Syracuse-NY 13210. Ph.315-422-8908(R) Ph.315-443-9120(O) --------------------------------- Do You Yahoo!? Yahoo! Auctions Great stuff seeking new owners! Bid now!
On Monday 28 January 2002 19:34, rajesh revuru wrote:> hi..all, > is there any method to measure the bandwidth allocation after setting the > configuration with commands, thanks,I have a perl script that reads the iptables byte counters (but you can adapt it to use the output of tc) and calculates the bandwith. Can be found on www.docum.org and the script is called monitor.pl Stef -- stef.coene@docum.org More QOS info : http://www.docum.org/ Title : "Using Linux as bandwidth manager"
rajesh revuru <rvr_kumar@yahoo.com> writes:> hi..all, > is there any method to measure the bandwidth allocation after setting the configuration with commands, > thanks,I use utility called iptraf. You should be able to find it from freshmeat.net -j