| 1 |
<!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 |
code { font-family: monospace; } |
| 10 |
h1, h2 { background-color: #ccffcc; padding: 0.5em; } |
| 11 |
</style> |
| 12 |
</head> |
| 13 |
|
| 14 |
<body> |
| 15 |
|
| 16 |
<h1>Server Statistics</h1> |
| 17 |
<p>Collected and updated every 30 minutes.</p> |
| 18 |
|
| 19 |
<h2>Temperature</h2> |
| 20 |
<p>System temperature:<br /><img src='graphs/systemp.png' alt='Graph' /></p> |
| 21 |
<p>CPU temperature:<br /><img src='graphs/cputemp.png' alt='Graph' /></p> |
| 22 |
|
| 23 |
<h2>Disc usage</h2> |
| 24 |
<p><code>/</code> (482M):<br /><img src='graphs/root.png' alt='Graph' /></p> |
| 25 |
<p><code>/mnt/store1</code> (6.9G):<br /><img src='graphs/store1.png' alt='Graph' /></p> |
| 26 |
<p><code>/mnt/store2</code> (19G):<br /><img src='graphs/store2.png' alt='Graph' /></p> |
| 27 |
|
| 28 |
<h2>Network traffic</h2> |
| 29 |
<p>Received:<br /><img src='graphs/rx.png' alt='Graph' /></p> |
| 30 |
<p>Transmitted:<br /><img src='graphs/tx.png' alt='Graph' /></p> |
| 31 |
|
| 32 |
</body> |
| 33 |
</html> |