Dear Friend , please correct me, where is the wrong, cause when
complience ../rrdtool graph always message Segmentation fault

plase help me

./rrdtool create --lazy -s -6h5min -e -5min mouse.rrd
DS:http_in:COUNTER:600:U:12500000 
DS:http_out:COUNTER:600:U:12500000 
RRA:AVERAGE:0.5:1:600 
RRA:AVERAGE:0.5:6:700 
RRA:AVERAGE:0.5:24:775 
RRA:AVERAGE:0.5:288:797 
RRA:MAX:0.5:1:600 
RRA:MAX:0.5:6:700 
RRA:MAX:0.5:24:775 
RRA:MAX:0.5:288:797

the trouble is when i make this graph 
./rrdtool graph mos.png --lazy -s -6h5min -e -5min -v 'Bit Per Second'
DEF:in=/usr/local/rrdtool-1.0.40/bin/mouse.rrd:http_in:AVERAGE
DEF:out=/usr/local/rrdtool-1.0.40/bin/mouse.rrd:http_out:AVERAGE
CDEF:out_bits=out,8,* 
CDEF:in_bits=in,8,* 
AREA:in_bits#00FF00 
LINE1:out_bits#0000FF

thank's
adi


--
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

Reply via email to