Hello, I want to create a round robin database for graph my eth0 network card traffic, but using an step of 10 seconds instead of the default value of 300 seconds. Is the next command correct for it ? Is the RRA:MAX:0.5:1:3600 round robin archive definition really necessary ?
rrdtool create eth0.rrd -s 10 \ DS:in:COUNTER:20:U:U \ DS:out:COUNTER:20:U:U \ RRA:AVERAGE:0.5:1:3600 \ RRA:AVERAGE:0.5:30:600 \ RRA:AVERAGE:0.5:180:600 \ RRA:AVERAGE:0.5:720:600 \ RRA:AVERAGE:0.5:8640:600 \ RRA:MAX:0.5:1:3600 \ RRA:MAX:0.5:30:600 \ RRA:MAX:0.5:180:600 \ RRA:MAX:0.5:720:600 \ RRA:MAX:0.5:8640:600 Greetings. --- Carles Xavier Munyoz Baldó [EMAIL PROTECTED] http://www.unlimitedmail.net/ --- -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
