<div dir="ltr">hey<br> I read <a href="http://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html">http://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html</a> and it was hard to understand ;) . And I create a command line by reading above link ,But it gives an error.<br>
<br>Here are my data .<br><br>file name-xxx.rrd<br>file path- /var/lib/smokeping/Local/ .<br>steps – 60 sec.<br><br>and this is my terminal code-<br> rrdtool xport –json -s $(date -d “10 mins ago” +%s) -e $(date +%s) –step 60 DEF:load_1min_avg=/var/lib/smokeping/Local/xxx.rrd:shortterm:AVERAGE XPORT:load_1min_avg<br>
<br>but it gives this error-<br>ERROR: No DS called ‘shortterm’ in ‘/var/lib/smokeping/Local/xxx.rrd’<br><br>What is the wrong here.Give some help.<br><br></div>