diff --git a/front/systeminfo.php b/front/systeminfo.php index 3825a5c7..fefd870e 100644 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -72,7 +72,11 @@ $total_memorymb = shell_exec("cat /proc/meminfo | grep MemTotal | awk '{print $2 $total_memorymb = number_format($total_memorymb, 0, '.', '.'); $mem_used = round(memory_get_usage() / 1048576 * 100, 2); $memory_usage_percent = round(($mem_used / $total_memorymb), 2); -//Load System +//System +$system_namekernel = shell_exec("uname"); +$system_namesystem = shell_exec("uname -o"); +$system_full = shell_exec("uname -a"); +$system_architecture = shell_exec("uname -m"); $load_average = sys_getloadavg(); //Date & Time $date = new DateTime(); @@ -110,19 +114,19 @@ echo '