echo("
Processor Utilisation
");
$graph_type = "device_cpu"; include ("includes/print-device-graph.php");
echo("
");
echo("Memory Usage
");
$graph_type = "device_memory"; include ("includes/print-device-graph.php");
echo("
");
echo("Device Uptime
");
$graph_type = "device_uptime"; include ("includes/print-device-graph.php"); break;
echo("
");