Show additional info when displaying server details
This commit is contained in:
@@ -17,10 +17,11 @@
|
|||||||
<h3>Technical information</h3>
|
<h3>Technical information</h3>
|
||||||
<h4>Hardware & OS</h4>
|
<h4>Hardware & 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user