Displaying 2 results from an estimated 2 matches for "132644b".
Did you mean:
132641
2003 Aug 24
2
Howto Graph throughput?
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
2006 Jan 06
6
HTB traffic shaping odd effects
Hi,
I''m trying to perform some (what I consider) basic traffic shaping on
our network utilising HTB. I have mostly reused the example on the
lartc.org site:
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil
80mbit burst 19k
tc class add dev eth0