File: summ_week.in

package info (click to toggle)
lm-sensors 1%3A2.10.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,104 kB
  • ctags: 10,474
  • sloc: ansic: 61,469; perl: 7,544; sh: 1,491; makefile: 400; lex: 300; yacc: 291
file content (104 lines) | stat: -rw-r--r-- 2,519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#!%%RRDPATH%%/rrdcgi 

<HTML>
<HEAD>
<TITLE>One Week Summary Hardware Statistics for %%MACH%%</TITLE>
</HEAD>
<BODY>
<!-- From the lm_sensors package http://www.lm-sensors.nu MDS 4/01 -->
<H1>ONE WEEK SUMMARY VIEW</H1>
See also: <br>
<a href="sens_day.cgi">One Day View</a> <br>
<a href="sens_week.cgi">One Week View</a> <br>

<H1>TEMPERATURES</H1>


<P><RRD::GRAPH %%APACHDIR%%/pix/tempall.png
        --imginfo '<IMG SRC=pix/%s WIDTH=%lu HEIGHT=%lu >'
	-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">
</P>


<H1>FANS</H1>

<P><RRD::GRAPH %%APACHDIR%%/pix/fanall.png
        --imginfo '<IMG SRC=pix/%s WIDTH=%lu HEIGHT=%lu >'
	-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">
</P>

<H1>POWER SUPPLIES</H1>

<P><RRD::GRAPH %%APACHDIR%%/pix/inall.png
        --imginfo '<IMG SRC=pix/%s WIDTH=%lu HEIGHT=%lu >'
	-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">
</P>

This page generated with data and scripts from
<a href="http://www.lm-sensors.nu/">The lm_sensors drivers</a>;
the data are stored in a Round Robin Database and
the graphs are generated by
<a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/">
RRD</a>.

</BODY>
</HTML>