This is a discussion on [rrd-users] Re: blocy graph with description within the RRD Users forums, part of the Networking and Network Related category; > rrdtool graph good.png \ > --end $good --start $good-630000 -w 700 -h 250 \ > --lower-limit 0 --upper-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> 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@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |