<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18349" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I 
am finding this issue of rrd xport not returning rows whereas the rrd fetch is 
returning rows with the same parameters.</FONT></DIV>
<DIV><FONT face=Arial size=2>Would be great if any of you could help me or have 
faced this issue.I am using rrdtool <STRONG>version 1.3.6.</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Below is the snapshot of the commands executed and 
their result .</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>RRDTOOL FETCH: returns one row as shown below 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>[root@dev006 ~]# 
/usr/local/third-party/rrd/bin/rrdtool fetch 
/var/stats/rrd_data/service_class_data/service_class_TESTSC04.rrd AVERAGE -r 3 
-s 1262886000 -e 
1262886180<BR></STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AccelTrafficBytesIn PThruTrafficBytesIn&nbsp;&nbsp;&nbsp;&nbsp; 
GoodPutBytesOut&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
GoodPutBytesIn&nbsp;&nbsp;&nbsp;&nbsp; 
WanPThruBytesIn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
BytesOut</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1262886600: 4.3554497354e+02 0.0000000000e+00 
1.6151587302e+02 5.8164285714e+02 0.0000000000e+00 
5.6100264550e+03<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>RRDTOOL XPORT&nbsp; : things to 
observe</FONT></DIV>
<DIV><FONT face=Arial size=2>1)&nbsp; in the result , step is 600 eventhough 
step is set to 3 in the command</FONT></DIV>
<DIV><FONT face=Arial size=2>2) start and end time in the result are not the 
same as in the command </FONT></DIV>
<DIV><FONT face=Arial size=2>3) no rows are returned.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>[root@dev006 ~]# 
/usr/local/third-party/rrd/bin/rrdtool xport --step 3 -s 1262886000 -e 
1262886180 
DEF:aval=/var/stats/rrd_data/service_class_data/service_class_TESTSC04.rrd:AccelTrafficBytesIn:AVERAGE 
DEF:bval=/var/stats/rrd_data/service_class_data/service_class_TESTSC04.rrd:BytesOut:AVERAGE 
DEF:cval=/var/stats/rrd_data/service_class_data/service_class_TESTSC04.rrd:GoodPutBytesIn:AVERAGE 
DEF:dval=/var/stats/rrd_data/service_class_data/service_class_TESTSC04.rrd:GoodPutBytesOut:AVERAGE 
CDEF:a=aval,UN,0,aval,IF,8,* CDEF:b=bval,UN,0,bval,IF,8,* 
CDEF:c=cval,UN,0,cval,IF,8,* CDEF:d=dval,UN,0,dval,IF,8,* CDEF:dr1=d,100,*,a,/ 
CDEF:dr=100,dr1,- CDEF:ci=a,d,/ CDEF:civ=ci,UN,1,ci,IF CDEF:cival=civ,1,MAX 
XPORT:dr XPORT:cival XPORT:a XPORT:b XPORT:c XPORT:d</STRONG><BR>&lt;?xml 
version="1.0" encoding="ISO-8859-1"?&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;xport&gt;<BR>&nbsp; 
&lt;meta&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;start&gt;1262886600&lt;/start&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;step&gt;600&lt;/step&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;end&gt;1262886000&lt;/end&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;rows&gt;0&lt;/rows&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;columns&gt;6&lt;/columns&gt;<BR>&nbsp;&nbsp;&nbsp; 
&lt;legend&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;entry&gt;&lt;/entry&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/legend&gt;<BR>&nbsp; 
&lt;/meta&gt;<BR>&nbsp; &lt;data&gt;<BR>&nbsp; 
&lt;/data&gt;<BR>&lt;/xport&gt;</FONT></DIV></FONT></DIV></BODY></HTML>