[rrd-users] how correctly make speed graphics
Alex van den Bogaerdt
alex at vandenbogaerdt.nl
Wed May 25 12:14:36 CEST 2011
----- Original Message -----
From: "moose" <moose at email.ua>
To: <rrd-users at lists.oetiker.ch>
Sent: Wednesday, May 25, 2011 12:08 PM
Subject: Re: [rrd-users] how correctly make speed graphics
>I tried
>
> "GPRINT:in:LAST:Speed IN\\: \%6.2lf kbyte",
>
> it shows ~64100 kbytes
> but on graphic speed is 60kbytes
>
> how to output the speed which shows DEF:in=$rdb:IN:AVERAGE
> I only need this values
It is you writing "kbyte", not RRDtool. If you do not store "kbyte" in the database, if you store "byte", then try " %sbyte" instead of " kbyte". Or just " byte".
More information about the rrd-users
mailing list