The command is here: $exec = ' c:/RRDtool/rrdtool.exe graph d:/monitor/web/gif/'.$filenamePicture.'.gif --title "Trafic of '.$name.' interface | '.$title.'" --start -1m --vertical-label "bits per second" --base 1024 --unit bps --width 800 --height 200 --lower-limit 0
DEF:in=../rrd/'.$filename.'.rrd:in:AVERAGE DEF:out=./../rrd/'.$filename.'.rrd:out:AVERAGE CDEF:in3=in,8,* CDEF:out3=out,8,* COMMENT:\n AREA:in3#8AB2FC:"downstream trafic" COMMENT:" " LINE1:out3#0004AB:"upstream trafic "\c COMMENT:\n GPRINT:in3:AVERAGE:"Average\: "%6.2lf" "%S"bps\g" COMMENT:" " GPRINT:out3:AVERAGE:"Average\: "%6.2lf" "%S"bps"\c GPRINT:in3:MIN:"Minimum\: "%6.2lf" "%S"bps\g" COMMENT:" " GPRINT:out3:MIN:"Minimum\: "%6.2lf" "%S"bps"\c GPRINT:in3:MAX:"Maximum\: "%6.2lf" "%S"bps\g" COMMENT:" " GPRINT:out3:MAX:"Maximum\: "%6.2lf" "%S"bps"\c GPRINT:in3:LAST:"Current\: "%6.2lf" "%S"bps\g" COMMENT:" " GPRINT:out3:LAST:"Current\: "%6.2lf" "%S"bps"\c '; It is a part of the PHP4 script which creates monthly graph. JaMi ______________________________________________________________ > Od: Serge Maandag <[EMAIL PROTECTED]> > Komu: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, "[email protected]" > <[email protected]> > Datum: Thu, 4 Nov 2004 10:45:28 +0100 > Předmět: [rrd-users] Re: Monthly graph > > > It si steped at 300seconds. > > On this URL: http://numeri.cz/wan.zip is dump of my rrdfile. > > > > Could you paste the command you use to generate the graph? > > Serge. > > ------------- > Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de > inhoud van de volgende disclaimer van toepassing: > http://www.zeelandnet.nl/disclaimer.php > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
