[rrd-users] Adding Max, Min and Ave values to graph

Carter, Steve Steve.Carter at cwbar.cwplc.com
Thu Oct 10 15:52:55 MEST 2002


Hi,
 
I am plotting graphs on traffic usage in and out of a router.  I would also
like to be able to show the Min, Max and Ave in bits/second on the graph as
well underneath the plot.
 
rrdtool graph c:\rrd\router-week.png --start -7d
--vertical-label "Bits per Second"
 -t "Weekly Graph (30 Minute Average)"
DEF:inoctets=\rrd\router.rrd:input:AVERAGE
CDEF:inbits=inoctets,8,*
DEF:outoctets=\rrd\router.rrd:output:AVERAGE
CDEF:outbits=outoctets,8,* 
HRULE:512000#FF0000:"CIR"
AREA:inbits#00FF00:"Incoming traffic"
LINE1:outbits#0000FF:"Outgoing traffic" 
 
 
How do I do this??
 
 
 
Thanks
 
Steve Carter
 


--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list