0 ? round($memUsed / $memTotal * 100, 1) : 0; $diskTotal = (int) ($systemInfo['disk_total'] ?? 0); $diskUsed = (int) ($systemInfo['disk_used'] ?? 0); $diskAvail = (int) ($systemInfo['disk_avail'] ?? 0); $diskPercent = (int) ($systemInfo['disk_percent'] ?? 0); $cpuModel = trim(str_replace('model name : ', '', $systemInfo['cpu_model'] ?? '')); $osName = trim(str_replace('NAME=', '', $systemInfo['os'] ?? ''), '"'); ?>
= htmlspecialchars($systemInfo['hostname'] ?? 'Unknown') ?>= htmlspecialchars($systemInfo['kernel'] ?? 'Unknown') ?>= htmlspecialchars($cpuModel ?: 'Unknown') ?>Memory information not available
Disk information not available