From b0e34a802db23b16245773e7dd8c344c3438428f Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:34:00 +0200 Subject: [PATCH] Update systeminfo.php Actualizada seccion "General" Actualizada seccion "This Client" Actualizada seccion "System" Actualizada seccion "Network" --- front/systeminfo.php | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) 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 '