[rrd-users] QoS
Simon Hobson
linux at thehobsons.co.uk
Sun Jun 24 10:38:03 CEST 2007
Mohammed Alhaj Ali wrote:
> I need to implement QoS and measure the drop packet for each
>customer; would any one please help me on how can I generate such
>map like this with detailed steps please !!
Using what ?
What OS do you use ? Where are you applying the QoS ?
If you do the routing with a Linux box then I suggest visiting the
Linux Advanced Routing Howto and in particular section 9 "Queueing
Disciplines for Bandwidth Management".
http://lartc.org/howto/lartc.qdisc.html
You would probably be making extensive use of HTB queues, for which
the documentation is at http://luxik.cdi.cz/~devik/qos/htb/
Once you have your queueing and prioritisation, you can then read the
stats from 'tc' and stuff the numbers into one or more rrd files - I
do this with a cron job.
If you are using different routers (eg Cisco), then you will need to
learn how to do traffic shaping on those, and find out how to read
the stats (probably with snmp and mrtg).
More information about the rrd-users
mailing list