Update:
*.rdd files are created, I had to change parameter in rrdtool.sh
DS:in:DERIVE:600:0:12500000 \
DS:out:DERIVE:600:0:12500000 \
RRA:AVERAGE:0.5:1:576 \
RRA:AVERAGE:0.5:6:672 \
RRA:AVERAGE:0.5:24:732 \
RRA:AVERAGE:0.5:144:1460
to
DS:in:DERIVE:600:U:U \
DS:out:DERIVE:600:U:U \
RRA:AVERAGE:0.5:1:576 \
RRA:AVERAGE:0.5:6:672 \
RRA:AVERAGE:0.5:24:732 \
RRA:AVERAGE:0.5:144:1460
now, I can see day and week grapshe being generated, but only two points are interconencd with line, trhird and fourth graph is generated with blank collumn. if I kill the related processes, it will draw me another line.
Might be related to processes I can see in
ps 2452 root 976 S cron
2456 root 976 S cron
2457 root 2036 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
2462 root 2040 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
2463 root 2040 S /opt/bin/bash /opt/bin/rrdtool.sh
2502 root 1092 R rrdupdate /opt/var/lib/rrd/eth1.rrd -t in:out N:0:0
3015 root 976 S cron
3018 root 2036 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
3025 root 2040 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
3026 root 2040 S /opt/bin/bash /opt/bin/rrdtool.sh
3063 root 1092 R rrdupdate /opt/var/lib/rrd/eth0.rrd -t in:out N:773904812:2785865660
3064 root 976 S cron
3065 root 2036 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
3069 root 2040 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
3070 root 2056 S /opt/bin/bash /opt/bin/rrdtool.sh
3109 root 1092 R rrdupdate /opt/var/lib/rrd/vlan0.rrd -t in:out N:108171521:2658918120
4276 root 976 S cron
4277 root 2036 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
4281 root 976 S cron
4284 root 2036 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
4291 root 2040 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
4292 root 2064 S /opt/bin/bash /opt/bin/rrdtool.sh
4338 root 2040 S /opt/bin/bash /opt/bin/run-parts /opt/etc/cron.5mins
4339 root 2064 S /opt/bin/bash /opt/bin/rrdtool.sh
4444 root 3460 R rrdtool graph /opt/share/www/rrd//landay.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd/vlan0.rrd:in:AVERAGE DEF:ds2=/opt/var/lib/rrd/vlan0.rrd:out:AVERAGE LINE1:ds1#00FF00:Incoming Traffic GPRINT:ds1:MAX:Max %6.2lf %s GPRINT:ds1:MIN:Min %6.2lf
4446 root 3448 R rrdtool graph /opt/share/www/rrd//landay.png.new -a PNG -s -86400 -w 550 -h 240 -v bytes/s DEF:ds1=/opt/var/lib/rrd/vlan0.rrd:in:AVERAGE DEF:ds2=/opt/var/lib/rrd/vlan0.rrd:out:AVERAGE LINE1:ds1#00FF00:Incoming Traffic GPRINT:ds1:MAX:Max %6.2lf %s GPRINT:ds1:MIN:Min %6.2lf
4498 root 1788 R ps
with following cat /opt/var/log/rrdtool.log
Thu Sep 11 18:06:06 UTC 2008
WAN Interface: eth0
LAN Interface: vlan0
WLAN Interface: eth1
/opt/var/lib/rrd/eth0.rrd
WAN -> in: 805073404 out: 2797349064
LAN -> in: 109553420 out: 2663278043
WLAN -> in: 0 out: 0
/opt/bin/rrdtool.sh: line 137: RRDtool: command not found
/opt/bin/rrdtool.sh: line 138: RRDtool: command not found
/opt/bin/rrdtool.sh: line 139: RRDtool: command not found
<------------------------------------------------------------->
Thu Sep 11 18:07:45 UTC 2008
WAN Interface: eth0
LAN Interface: vlan0
WLAN Interface: eth1
/opt/var/lib/rrd/eth0.rrd
WAN -> in: 805339352 out: 2797522524
LAN -> in: 109603362 out: 2663354751
WLAN -> in: 0 out: 0
/opt/bin/rrdtool.sh: line 137: RRDtool: command not found
/opt/bin/rrdtool.sh: line 138: RRDtool: command not found
/opt/bin/rrdtool.sh: line 139: RRDtool: command not found
<------------------------------------------------------------->
Thu Sep 11 18:08:07 UTC 2008
WAN Interface: eth0
LAN Interface: vlan0
WLAN Interface: eth1
/opt/var/lib/rrd/eth0.rrd
WAN -> in: 805398709 out: 2797569805
LAN -> in: 109613857 out: 2663370187
WLAN -> in: 0 out: 0
/opt/bin/rrdtool.sh: line 137: RRDtool: command not found
/opt/bin/rrdtool.sh: line 138: RRDtool: command not found
/opt/bin/rrdtool.sh: line 139: RRDtool: command not found
<------------------------------------------------------------->
Thu Sep 11 18:09:06 UTC 2008
WAN Interface: eth0
LAN Interface: vlan0
WLAN Interface: eth1
/opt/var/lib/rrd/eth0.rrd
WAN -> in: 806661345 out: 2797887522
LAN -> in: 109648315 out: 2663420989
WLAN -> in: 0 out: 0
/opt/bin/rrdtool.sh: line 137: RRDtool: command not found
/opt/bin/rrdtool.sh: line 138: RRDtool: command not found
/opt/bin/rrdtool.sh: line 139: RRDtool: command not found
<------------------------------------------------------------->
Thu Sep 11 18:10:05 UTC 2008
WAN Interface: eth0
LAN Interface: vlan0
WLAN Interface: eth1
/opt/var/lib/rrd/eth0.rrd
WAN -> in: 810356257 out: 2798661395
LAN -> in: 109674385 out: 2663478413
WLAN -> in: 0 out: 0
/opt/bin/rrdtool.sh: line 137: RRDtool: command not found
/opt/bin/rrdtool.sh: line 138: RRDtool: command not found
/opt/bin/rrdtool.sh: line 139: RRDtool: command not found
Daily Graphs created.....
647x333
Does anybody know why?