[LARTC] tc statistics

2007-02-12 Thread Bob Puff
Hi Gang, I'm still experiencing some bandwidth starvation with my script (below), so I decided to look at the statistics by using: tc -s qdisc show dev eth0 (where eth0 is the interface I'm trying to rate-limit outbound packets) I get, for example: qdisc sfq 21: quantum 1514b perturb 10sec Se

Re: [LARTC] tc statistics

2003-07-02 Thread Simon Stemplinger
Joerg Hartmann wrote: Hello, i have to write a script to visualize the output of tc -s class show dev eth0 with rrdtool. Or does anybody know of such a script , which is available for download ? I assume the bps in "rate 5728bps 34pps" is Byte per Second. Is that right ? How can i set all the co

[LARTC] tc statistics

2003-07-02 Thread Joerg Hartmann
Hello, i have to write a script to visualize the output of tc -s class show dev eth0 with rrdtool. Or does anybody know of such a script , which is available for download ? I assume the bps in "rate 5728bps 34pps" is Byte per Second. Is that right ? How can i set all the counters back to zero ?