problem with graphs
Moderators: Developers, Moderators
problem with graphs
Why my graphs cut at 100k
- Attachments
-
- graph_image.php.png (23.94 KiB) Viewed 1083 times
-
- Posts: 11
- Joined: Tue Nov 07, 2006 8:26 am
- Location: frankfurt, germany
Re: problem with graphs
perhaps you defined a maximum for your datasource when creating the rrd-file?bernardo wrote:Why my graphs cut at 100k
try
rrdtool info filename
and look for ds[...].max =
hth
thomas
hi,
result for rrdtool info
ds[snmp_oid].max = 1.0000000000e+05
Data Source Debug
/usr/local/rrdtool-1.2.18/bin/rrdtool create \
/backup/http/cacti/rra/lbd1g_snmp_oid_1642.rrd \
--step 300 \
DS:snmp_oid:COUNTER:600:0:1000000000 \
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 \
thanks
result for rrdtool info
ds[snmp_oid].max = 1.0000000000e+05
Data Source Debug
/usr/local/rrdtool-1.2.18/bin/rrdtool create \
/backup/http/cacti/rra/lbd1g_snmp_oid_1642.rrd \
--step 300 \
DS:snmp_oid:COUNTER:600:0:1000000000 \
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 \
thanks
-
- Posts: 11
- Joined: Tue Nov 07, 2006 8:26 am
- Location: frankfurt, germany
http://oss.oetiker.ch/rrdtool/doc/rrdtune.en.htmlbernardo wrote:hi,
result for rrdtool info
ds[snmp_oid].max = 1.0000000000e+05
thanks
is your friend