#!%%RRDPATH%%/rrdcgi One Week Summary Hardware Statistics for %%MACH%%

ONE WEEK SUMMARY VIEW

See also:
One Day View
One Week View

TEMPERATURES

' -a PNG -h 200 -w 800 --lazy -s -1week -v "Temperature (degrees C); Load Avg * 10" -t "Temperatures and Load Average" -x HOUR:6:DAY:1:DAY:1:86400:'%a %b %d' -y 5:10 DEF:temp=%%RRDDIR%%/sensors.rrd:temp1:AVERAGE DEF:ttemp=%%RRDDIR%%/sensors.rrd:temp2:AVERAGE DEF:la=%%RRDDIR%%/sensors.rrd:loadavg:AVERAGE CDEF:lla=10,la,* LINE2:ttemp#FF0000:"CPU Temp" LINE2:temp#FF00FF:"Motherboard Temp" LINE2:lla#00FFFF:"Load Average * 10">

FANS

' -a PNG -h 200 -w 800 --lazy -s -1week -v "Fan speed (RPM)" -t "Fan speeds" -u 5000 --units-exponent 0 --alt-autoscale -x HOUR:6:DAY:1:DAY:1:86400:'%a %b %d' DEF:f1=%%RRDDIR%%/sensors.rrd:fan1:AVERAGE DEF:f2=%%RRDDIR%%/sensors.rrd:fan2:AVERAGE DEF:f3=%%RRDDIR%%/sensors.rrd:fan3:AVERAGE LINE2:f1#FF00FF:"Fan 1" LINE2:f2#FF0000:"Fan 2" LINE2:f3#00FFFF:"Fan 3">

POWER SUPPLIES

' -a PNG -h 200 -w 800 --lazy -s -1week -v "Volts" -t "All Power Supplies" -l -15 -u 15 --rigid -x HOUR:6:DAY:1:DAY:1:86400:'%a %b %d' -y 1:5 DEF:i0=%%RRDDIR%%/sensors.rrd:in0:AVERAGE DEF:i1=%%RRDDIR%%/sensors.rrd:in1:AVERAGE DEF:i2=%%RRDDIR%%/sensors.rrd:in2:AVERAGE DEF:i3=%%RRDDIR%%/sensors.rrd:in3:AVERAGE DEF:i4=%%RRDDIR%%/sensors.rrd:in4:AVERAGE DEF:i5=%%RRDDIR%%/sensors.rrd:in5:AVERAGE DEF:i6=%%RRDDIR%%/sensors.rrd:in6:AVERAGE CDEF:ii3=1.68,i3,* CDEF:ii4=3.8,i4,* CDEF:ii5=-3.48,i5,* CDEF:ii6=-1.5,i6,* LINE2:ii4#00FF00:"+12V" LINE2:ii3#FF0000:"+5V" LINE2:i2#FF8000:"+3.3V" LINE2:i0#FF00FF:"Core 1" LINE2:i1#00FFFF:"Core 2" LINE2:ii6#FF0080:"-5V" LINE2:ii5#0000FF:"-12V">

This page generated with data and scripts from the lm_sensors project; the data are stored in a Round Robin Database and the graphs are generated by RRD.