[rrd-users] Re: blocy graph with description
Lars Troen
lars.troen at sit.no
Tue Oct 17 15:25:39 MEST 2006
> rrdtool graph good.png \
> --end $good --start $good-630000 -w 700 -h 250 \
> --lower-limit 0 --upper-limit 100 -r \
> DEF:user=cpu.rrd:user:AVERAGE \
> AREA:user#00f000:user
>
> rrdtool graph bad.png \
> --end $bad --start $bad-630000 -w 700 -h 250 \
> --lower-limit 0 --upper-limit 100 -r \
> DEF:user=cpu.rrd:user:AVERAGE \
> AREA:user#00f000:user
The blocky behaviour is because of the resolution in the graphs as
described by the RRAs. Older data have less resolution than newer graphs
and hence the blocky visualization. The graph will use the least
accurate RRD for the showing time period when generating the graph.
Lars
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list