[rrd-users] rrdtool chart 1 minute
Karl Fischer
rrd-users at ficos.de
Tue May 5 11:51:28 CEST 2009
bobaye wrote:
> Hello,
>
> I did an rrdtool update with 60 entries of 1 minute each. My create rrdtool
> looks like the followiing:
>
> system "rrdtool create updateLatency.rrd --start=1110956232
> DS:latency:GAUGE:60:-40:100 RRA:AVERAGE:0.4:1:60";
>
> WHen i try to graph with this:
>
> rrdtool graph graph01.png --height 200 --width 650
> DEF:pkt=rrd_files/updateLatency.rrd.latency:AVERAGE AREA:pkt#ff0000:Latency
>
> but my graph is empty. Any suggestions ?
>
Well, did you feed any data into it?
You created an empty rrd, starting at 1110956232 (2005-03-16 06:57:12 UTC)
and you're graphing data NOW, but there's still nothing in it, right?
- Karl
More information about the rrd-users
mailing list