[rrd-users] Re: Empty/Unknown values in graph when it shouldn't be

Michael Boman michael.boman at securecirt.com
Thu Jan 15 01:40:18 MET 2004


On Thu, 2004-01-15 at 06:36, Serge Maandag wrote:
> I think "rrdtool fetch" or "rrdtool dump" would give you better feedback
> than making a graph. 
I tried both "dump" and "fetch", and fetch produces the best awk-able
format. But still no data for some of the DS's.

Executing : rrdtool update bandwidth.rrd -tdns:http
1071599063:64.00:1005.0

$ rrdtool fetch rrd/bandwidth.rrd AVERAGE -s 1071599062 -e 1071599064 |
awk '{ print $1,$12 }' # $12 == dns DS

[..header snipped..]

1071598800: nan
1071599100: nan

But I just saw it put data into the rrd file?

> > Executing : rrdtool update bandwidth.rrd -trest_tcp:smb 
> > 1071705572:94916.00,1071705572:2028.00
> 
> I don't recognise that syntax. Don't you mean:
> 
> rrdtool update bandwidth.rrd -t rest_tcp:smb 1071705572:94916.00:2028.00
> 
> Serge.

Updated the script to use the recommended format above.

Best regards
 Michael Boman

-- 
Michael Boman
Security Architect, SecureCiRT Pte Ltd
http://www.securecirt.com

-- Attached file removed by Ecartis and put at URL below --
-- Type: application/pgp-signature
-- Desc: This is a digitally signed message part
-- Size: 190 bytes
-- URL : http://www.ee.ethz.ch/~slist/p/65-signature.asc


--
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://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list