[rrd-users] Re: Graphing Problems
Cassie Bezuidenhout
cassieb at ifusion.co.za
Fri Jan 30 07:53:24 MET 2004
Content-Type: text/plain;
charset="iso-8859-1"
Can someone please help...
My Graphing on some of the collections comes up like this...
My Graphing Code
RRDs::graph ("/usr/local/nmis/cbwfq/graphs/$client.$ext",
"--title", "$client Utilisation - From: $startdate To:
$enddate.",
"--vertical-label", "Bandwidth In Kilobits",
"--start", "$startdate",
"--end", "$enddate",
"--width", "500",
"--height", "300",
"--imgformat", "PNG",
"--interlace",
"DEF:input=$database:inbytes:AVERAGE",
"DEF:output=$database:outbytes:AVERAGE",
"DEF:inputdrops=$database:indrops:AVERAGE",
"DEF:outputdrops=$database:outdrops:AVERAGE",
"CDEF:inputUtil=input,8,*",
"CDEF:outputUtil=output,8,*",
"CDEF:indropUtil=inputdrops,8,*",
"CDEF:outdropUtil=outputdrops,8,*",
"LINE2:inputUtil#0000ff:In Bytes",
#"LINE2:Final#0000ff:In Bytes",
"LINE2:outputUtil#00ff00:Out Bytes",
"LINE2:indropUtil#ff9900:In Drops",
"LINE2:outdropUtil#444444:Out Drops",
"GPRINT:inputUtil:AVERAGE:Avg In %1.2lf",
"GPRINT:outputUtil:AVERAGE:Avg Out %1.2lf",
"GPRINT:indropUtil:AVERAGE:Avg Drop In %1.2lf",
"GPRINT:outdropUtil:AVERAGE:Avg Drop Out %1.2lf",
"COMMENT:Interface Speed $speed");
my $ERR=RRDs::error;
die "ERROR while updating $client.rrd: $ERR\n" if $ERR;
How can I get rid of the Minus values and the peaks, without changing the
rrd Database...
Thanks
Cassie Bezuidenhout
* +27 11 256-0531
* +27 83 677 0767
* cassieb at ifusion.co.za
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/gif
-- Size: 12k (12559 bytes)
-- URL : http://www.ee.ethz.ch/~slist/p/08-image001.gif
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/jpeg
-- Size: 3k (4056 bytes)
-- URL : http://www.ee.ethz.ch/~slist/p/04-image002.jpg
-- Attached file removed by Ecartis and put at URL below --
-- Type: image/jpeg
-- Size: 2k (2145 bytes)
-- URL : http://www.ee.ethz.ch/~slist/p/03-image003.jpg
--
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