#!/usr/bin/rrdcgi
Graph for last
"
--imgformat PNG
--vertical-label "hits"
--width 600 --height 400
--start
DEF:dynamic=access.rrd:dynamic_views:AVERAGE
DEF:static=access.rrd:static_views:AVERAGE
DEF:other=access.rrd:other_views:AVERAGE
AREA:static#00FF00:"HTML pages"
STACK:dynamic#0000FF:"dynamic (cgi, php)"
STACK:other#FF0000:"other (pictures, binary)"
>