Code

realy remove that example code
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 20 May 2005 05:15:29 +0000 (05:15 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 20 May 2005 05:15:29 +0000 (05:15 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@587 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/gallery/CPU__Load.xml

index 8fbab0d5c3c86fcc001390b8f7d389aeeda67f1c..61b34bef5e13e8c45b2b3a91bedab8dc0676158a 100644 (file)
@@ -3,57 +3,8 @@
      <author> Christoph Baumann </author> 
 <description> 
 Created with drraw from Christophe Kalt (See RRDtool Companions)
-Changing Colors and using the new Trend Funkion
+Changing Colors and using the new Trend Funkion.
 </description>
        <year> 2005 </year><month> 5 </month> <!-- creation date -->
       <email> christoph.baumann@coop.ch </email>
 </gallery>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-rrdtool graph - \
- --start=end-86400 \
- --lower-limit=0 \
- --title=CPULoad mit Trend \
- --imgformat=PNG \
- --width=800 \
- --base=1000 \
- --height=240 \
- --interlaced \
- DEF:a=/daten/bmc/rrd3//svrpfa003/CPU/CPU/CPULoad.rrd:CPULoad:MAX \
- CDEF:C=a,5,LT,a,UNKN,IF \
- CDEF:D=a,86400,TREND \
- AREA:a#FF0000:CPU__Load \
- GPRINT:a:MIN:Min\: %8.2lf%s \
- GPRINT:a:AVERAGE:Avg\: %8.2lf%s \
- GPRINT:a:MAX:Max\: %8.2lf%s \
- GPRINT:a:LAST:Last\: %8.2lf%s\n \
- AREA:C#00FF00: \
- LINE1:D#0000FF:DAYtrend  \
- GPRINT:D:MIN:Min\: %8.2lf%s \
- GPRINT:D:AVERAGE:Avg\: %8.2lf%s \
- GPRINT:D:MAX:Max\: %8.2lf%s \
- GPRINT:D:LAST:Last\: %8.2lf%s\n