[rrd-users] Daily, Weekly, Monthly and Yearly charts

Cesar Diaz cdiaz00 at gmail.com
Sun Oct 1 00:25:42 MEST 2006


I created an rrd file with this command:
 rrdtool create t-band.rrd --start N DS:in:COUNTER:120:0:U
DS:out:COUNTER:120:0:U RRA:AVERAGE:0.5:8:190 RRA:AVERAGE:0.5:56:198
RRA:AVERAGE:0.5:280:198 RRA:AVERAGE:0.5:3360:198

I was trying to create a file that will hold day, week, month and year data.


I update the file with this command:

/usr/local/bin/rrdupdate
/home/cdiaz/rrd/t-band.rrdN:`/usr/local/bin/snmpget -v 1 -c rasec -Oqv
localhost IF-MIB::
ifInOctets.1`:`/usr/local/bin/snmpget -v 1 -c rasec -Oqv localhost IF-MIB::
ifOutOctets.1`

My questions are, is this the best way to accomplish this and what rrdtool
graph format do I use to generate the separate graph for the different time
periods.


This is my first attempt to create my own rrd graph, so please be gentle.
:-)


--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list