Show additional info when displaying server details

This commit is contained in:
Karsten Heiken
2011-09-09 21:11:39 +02:00
parent 136b81534c
commit e36b0b0ab1

View File

@@ -17,10 +17,11 @@
<h3>Technical information</h3> <h3>Technical information</h3>
<h4>Hardware &amp; OS</h4> <h4>Hardware &amp; OS</h4>
<p> <p>
CPU: Intel Xeon E5540, 2533 MHz<br /> CPU: <?=$server->hardware;?><br />
Uptime: 254 Tage, 13 Stunden<br /> Uptime: <?=$server->uptimestring;?><br />
OS: Debian/GNU 5.0r1<br /> OS: <?=$server->os;?><br />
Workload: 2.01, 1.05, 0.85 Workload: <?=sprintf('%.02f', $server->workload);?><br />
Last heartbeat: <?=$server->lastheartbeat;?>
</p> </p>
<h4>ScattPort-Statistics</h4> <h4>ScattPort-Statistics</h4>