All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Howto Graph throughput?
@ 2003-08-24 10:50 info
  2003-08-24 14:40 ` Stef Coene
  2003-08-24 17:15 ` nuclearcat
  0 siblings, 2 replies; 3+ messages in thread
From: info @ 2003-08-24 10:50 UTC (permalink / raw)
  To: lartc

I have successfully implemented a QoS system using HTB on a 2Mb/s 
leased line and it works very well, but I would like to be able to 
graph the three pipes to see what they are doing, eg: using MRTG or 
similar.

Has anyone any experience or examples of how to do this please?

Thanks,
Chris



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] Howto Graph throughput?
  2003-08-24 10:50 [LARTC] Howto Graph throughput? info
@ 2003-08-24 14:40 ` Stef Coene
  2003-08-24 17:15 ` nuclearcat
  1 sibling, 0 replies; 3+ messages in thread
From: Stef Coene @ 2003-08-24 14:40 UTC (permalink / raw)
  To: lartc

On Sunday 24 August 2003 12:50, info@caladan.net wrote:
> I have successfully implemented a QoS system using HTB on a 2Mb/s
> leased line and it works very well, but I would like to be able to
> graph the three pipes to see what they are doing, eg: using MRTG or
> similar.
>
> Has anyone any experience or examples of how to do this please?
See www.docum.org.  I have some perl scripts that uses rrdtool (also used in 
mrtg) to create graphs.  I also have a java applet that can be used to show a 
graph in real time in a web browser.  I also have some command line scripts.
The rrdtool and java stuff is part of the GUI scripts.  See 
home.docum.org/qos/ for an example.  
Mhh.  The graphs are not updated anymore.....

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LARTC] Howto Graph throughput?
  2003-08-24 10:50 [LARTC] Howto Graph throughput? info
  2003-08-24 14:40 ` Stef Coene
@ 2003-08-24 17:15 ` nuclearcat
  1 sibling, 0 replies; 3+ messages in thread
From: nuclearcat @ 2003-08-24 17:15 UTC (permalink / raw)
  To: lartc

Hello info,

Sunday, August 24, 2003, 1:50:07 PM, you wrote:

Also you can collect amount of bytes transferred by class, by command
for example:

tc -s show class dev eth0

root@pppoe:~# tc -s class show dev eth0
class htb 1:101 parent 1:10 leaf 101: prio 0 rate 14Kbit ceil 64Kbit burst 1616b cburst 1680b
 Sent 88 bytes 1 pkts (dropped 0, overlimits 0)
 lended: 1 borrowed: 0 giants: 0
 tokens: 698971 ctokens: 159300

class htb 1:10 parent 1:2 rate 64Kbit ceil 64Kbit burst 1680b cburst 1680b
 Sent 88 bytes 1 pkts (dropped 0, overlimits 0)
 lended: 0 borrowed: 0 giants: 0
 tokens: 159300 ctokens: 159300

class htb 1:2 root rate 100Mbit ceil 100Mbit burst 132644b cburst 132644b
 Sent 88 bytes 1 pkts (dropped 0, overlimits 0)
 lended: 0 borrowed: 0 giants: 0
 tokens: 8287 ctokens: 8287


icn> I have successfully implemented a QoS system using HTB on a 2Mb/s 
icn> leased line and it works very well, but I would like to be able to 
icn> graph the three pipes to see what they are doing, eg: using MRTG or 
icn> similar.

icn> Has anyone any experience or examples of how to do this please?

icn> Thanks,
icn> Chris



icn> _______________________________________________
icn> LARTC mailing list / LARTC@mailman.ds9a.nl
icn> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/



-- 
Best regards,
 nuclearcat                            mailto:nuclearcat@nuclearcat.com

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-24 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-24 10:50 [LARTC] Howto Graph throughput? info
2003-08-24 14:40 ` Stef Coene
2003-08-24 17:15 ` nuclearcat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.