This is a discussion on Re: [rrd-users] How to graph full interface graphs within the RRD Users forums, part of the Networking and Network Related category; Joe Loiacono wrote: >The interface graphs I like the best I would describe as 'full'. >They include percentages ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Joe Loiacono wrote:
>The interface graphs I like the best I would describe as 'full'. >They include percentages for usage of total available, and they >include the peak 5-minute values for inbound and outbound on all >graphs other than the 5-minute one itself. Thses preserved paek >vaules are printed in magenta and dark green. > >Here's an example: http://ensight.eos.nasa.gov/FlowView..._full_MRTG.png > >I believe MRTG can produce these, but I can't get to the system that >host these graphs to figure out the 'rrdtool graph' command. Bear in mind that the "max" can be quite misleading when traffic varies a lot. What you need to do is : create your rrd with RRA functions of both AVERAGE and MAX - you MUST store both to be able to draw the graph. Then it's as simple as : Draw area for average Draw line for max _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |