root/lm-sensors/trunk/prog/tellerstats/index.shtml

Revision 4157, 2.4 KB (checked in by ruik, 5 years ago)

Fix the homepage address

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<html>
2<META HTTP-EQUIV="expires" CONTENT="300">
3<META HTTP-EQUIV="Refresh" CONTENT="3600;URL=http:index.shtml">
4<title>Computer Hardware Statistics</title>
5<body bgcolor=FFFFFF>
6
7<center><font size=5>Computer Hardware Statistics</font><br>
8<font size=4>Running 48 Hour Window</font><p>
9
10<!--#config timefmt="%c" -->
11These plots were generated <!--#echo var="LAST_MODIFIED" -->
12<br>
13
14<table border=2>
15<tr>
16<td valign=center align=center><a href=voltagesB.png><img src=voltages.png width=320 height=240><br>All Voltages</a></td>
17<td valign=center align=center><a href=tempsB.png><img src=temps.png width=320 height=240><br>All Temps</td>
18<td valign=center align=center><a href=loadB.png><img src=load.png width=320 height=240><br>System Loading</td>
19</tr>
20<tr>
21<td valign=center align=center><a href=TwelveVOLTB.png><img src=TwelveVOLT.png width=320 height=240><br>+12 Volt Supply</td>
22<td valign=center align=center><a href=NegFiveVOLTB.png><img src=NegFiveVOLT.png width=320 height=240><br>-5 Volt Supply</td>
23<td valign=center align=center><a href=NegTwelveVOLTB.png><img src=NegTwelveVOLT.png width=320 height=240><br>-12 Volt Supply</td>
24</tr>
25<tr>
26<td valign=center align=center><a href=cpu1VB.png><img src=cpu1V.png width=320 height=240><br>CPU1 Core Voltage</td>
27<td valign=center align=center><a href=cpu2VB.png><img src=cpu2V.png width=320 height=240><br>CPU2 Core Voltage</td>
28<td valign=center align=center><a href=ThreeVOLTB.png><img src=ThreeVOLT.png width=320 height=240><br>+3.3 Volt Supply</td>
29</tr>
30<tr>
31<td valign=center align=center><a href=FiveVOLTB.png><img src=FiveVOLT.png width=320 height=240><br>+5 Volt Supply</td>
32<td valign=center align=center><a href=cpu_tempB.png><img src=cpu_temp.png width=320 height=240><br>CPU Temperature (degrees C)</td>
33<td valign=center align=center><a href=mb_tempB.png><img src=mb_temp.png width=320 height=240><br>Motherboard Temperature (degrees C)</td>
34</tr>
35<tr>
36<td valign=center align=center><a href=fanoneB.png><img src=fanone.png width=320 height=240><br>Fan #1 Speed (RPM)</td>
37<td valign=center align=center><a href=fantwoB.png><img src=fantwo.png width=320 height=240><br>Fan #2 Speed (RPM)</td>
38<td valign=center align=center><a href=fanthreeB.png><img src=fanthree.png width=320 height=240><br>Fan #3 Speed (RPM)</td>
39</tr>
40</table><p>
41
42This page generated with drivers and the tellerstats scripts from
43<a href="http://www.lm-sensors.org/">The lm_sensors drivers</a>.
44
45<p>
46
47</body>
48</html>
Note: See TracBrowser for help on using the browser.