/[james]/archive/sysstats/index.html
ViewVC logotype

Annotation of /archive/sysstats/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (hide annotations) (download) (as text)
Sat Feb 1 14:41:21 2003 UTC (21 years, 5 months ago) by james
File MIME type: text/html
File size: 1092 byte(s)
Web page with graphs.

1 james 10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5     <title>Server Statistics</title>
6     <style type='text/css'>
7     body { background-color: white; margin: 3em; font-family: sans-serif; }
8     p { text-align: center; }
9     h1, h2 { background-color: #ccffcc; padding: 0.5em; }
10     </style>
11     </head>
12    
13     <body>
14    
15     <h1>Server Statistics</h1>
16     <p>Collected and updated every 30 minutes.</p>
17    
18     <h2>Temperature</h2>
19     <p>System temperature:<br /><img src='graphs/systemp.png' alt='Graph' /></p>
20     <p>CPU temperature:<br /><img src='graphs/cputemp.png' alt='Graph' /></p>
21    
22     <h2>Disc usage</h2>
23     <p><code>/</code> (482M):<br /><img src='graphs/root.png' alt='Graph' /></p>
24     <p><code>/mnt/store1</code> (6.9G):<br /><img src='graphs/store1.png' alt='Graph' /></p>
25     <p><code>/mnt/store2</code> (19G):<br /><img src='graphs/store2.png' alt='Graph' /></p>
26    
27     <h2>Network traffic</h2>
28     <p>Received:<br /><img src='graphs/rx.png' alt='Graph' /></p>
29     <p>Transmitted:<br /><img src='graphs/tx.png' alt='Graph' /></p>
30    
31     </body>
32     </html>

  ViewVC Help
Powered by ViewVC 1.1.26