Hi,
 
 I collect the data once a day and display the graph using:
 rrdtool graph total_day.png \
     --alt-autoscale \
     --start -6month \
     --step 86400 \
     --title "Total" \
     --vertical-label "Total" \
     DEF:gmv=total_day.rrd:total:AVERAGE \
     LINE2:gmv#0000FF:"Total"
 
 Now the X-Axis is labeled by month (default?). How can I create a graph for 7 
days active window or 30 days active window?
 
 Thanks for any hint!
 
 Chris
                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1¢/min.
--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to