示例#1
0
		<b class="title-point">Server Load(main):</b></br>
		<table id="page">
			<?php 
$var_load = sys_getloadavg();
foreach ($var_load as $key => $value) {
    echo "<tr><td>" . $key . " : " . $value . "</tr><td>";
}
?>
		</table>
	</section>
</div>
	<br />
<div id="width-keeper">
	<aside class="message-box right">
		<b class="title-point">MySQL Load:</b></br>
		<table id="page">
			
			<?php 
$mysqlload = explode("  ", mysql_stat());
foreach ($mysqlload as $key => $value) {
    echo "<tr><td>" . $key . " : " . $value . "<td></tr>";
}
?>
			
		</table>
	</aside>
</div>
	<br />
<div id="width-keeper">
	<aside class="message-box right">
		<b class="title-point">Coin Status:</b></br>