hostname(); $uptime = $system->uptime(); $cores = $system->processorCount(); // mem used $memused = $system->usedMemory(); $memused_status = "primary"; if ($memused > 90) { $memused_status = "danger"; } elseif ($memused > 75) { $memused_status = "warning"; } elseif ($memused > 0) { $memused_status = "success"; } // cpu load $cpuload = $system->systemLoadPercentage(); if ($cpuload > 90) { $cpuload_status = "danger"; } elseif ($cpuload > 75) { $cpuload_status = "warning"; } elseif ($cpuload > 0) { $cpuload_status = "success"; } if (isset($_POST['system_reboot'])) { $status->addMessage("System Rebooting Now!", "warning", false); $result = shell_exec("sudo /sbin/reboot"); } if (isset($_POST['system_shutdown'])) { $status->addMessage("System Shutting Down Now!", "warning", false); $result = shell_exec("sudo /sbin/shutdown -h now"); } ?>
showMessages(); ?>





%
%
" /> " /> " onclick="document.location.reload(true)" />

" /> " onclick="document.location.reload(true)" />