<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi!<div><br></div><div>One observation: actually you should see 4 lines not 2 or 1.</div><div><br></div><div>The other is that your data is possibly not stored "equidistant", so that there are slight "gaps" of say 302 seconds between consecutive datapoints, which would mean that you are producing times like this:&nbsp;0,302,603,...,3298,3601,... (so there would be a gap at time 3300 to 3599)</div><div><br></div><div>For debugging purposes: can you please run rrdtool like this:</div><div>RRDDEBUGSQL=1&nbsp;<b>rrdtool graph test.png --imgformat=PNG --start=-1day --width=600 --height=80&nbsp;&nbsp;&nbsp; -S=300&nbsp;&nbsp;&nbsp;&nbsp; "DEF:min=$UP:min:AVERAGE"&nbsp;&nbsp;&nbsp;&nbsp; "LINE1:min#336600:value"</b></div><div><br></div><div>Then you will see the SQL that gets executed and then you can run the SQL on your own&nbsp;to understand how this "gaps" are generated from the database...</div><div><br></div><div>But there is also an option to "fill in" "missing" gaps in rrd via the "/rrdfillmissing=" option. &nbsp;The idea here is similar to the "xff" argument to rrdcreate for the RRA definition.</div><div><br></div><div>So you may try to add it to your DEF like this:&nbsp;UP="sql//mysql/host=<a href="http://127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/up/idx=201409600">127.0.0.1/dbname=newdsl/username=root/password=nocb4enter</a>/rrdfillmissing=1<a href="http://127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/up/idx=201409600">//g3412306061/time/up/idx=201409600</a>"</div><div><br></div><div>Ciao,</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Martin</div><div><br></div><div><div><div>On 12.05.2013, at 15:05, Shabbir Ahmed wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div>Hi, i collect data from switches and save them into mysql, (snmpidx,time,up,down)<br><br></div>now i want to draw graphs using <br><br>DOWN="sql//mysql/host=<a href="http://127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/down/idx=201343232">127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/down/idx=201343232</a>"<br>
</div><div>UP="sql//mysql/host=<a href="http://127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/up/idx=201409600">127.0.0.1/dbname=newdsl/username=root/password=nocb4enter//g3412306061/time/up/idx=201409600</a>"<br>
</div><div><br><b>rrdtool graph test.png --imgformat=PNG --start=-1day --width=600 --height=80&nbsp;&nbsp;&nbsp; -S=300&nbsp;&nbsp;&nbsp;&nbsp; "DEF:min=$UP:min:AVERAGE"&nbsp;&nbsp;&nbsp;&nbsp; "LINE1:min#336600:value"&nbsp;&nbsp;&nbsp;&nbsp; "DEF:avg=$UP:avg:AVERAGE"&nbsp;&nbsp;&nbsp;&nbsp; "LINE1:avg#00FF11:average"&nbsp;&nbsp;&nbsp;&nbsp; "DEF:max=$UP:max:AVERAGE"&nbsp;&nbsp;&nbsp;&nbsp; "LINE1:max#FF0000:max" "DEF:dw=$DOWN:min:AVERAGE" "LINE1:dw#0033CC:value" <br>
<br></b></div><b>1. the graphs drawn has gaps (i collect data every five mins) and draw them with 5 mins step but still the gape bw two occurences are empty.<br><br></b></div><b>2. it doesnt draw two lines.<br><br></b></div>
<div><b>Kindly help,<br></b></div><b><br></b></div>
_______________________________________________<br>rrd-users mailing list<br><a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users<br></blockquote></div><br></div></body></html>