系统{{ s.os || 'N/A' }}
CPU{{ s.cpu_cores ? s.cpu_cores+'核' : '--' }}{{ s.load_1m!=null ? ' · 负载 '+s.load_1m.toFixed(2) : '' }}
内存{{ s.ram_used_human || 'N/A' }} / {{ s.ram_total_human || 'N/A' }}{{ s.ram_percent!=null ? s.ram_percent+'%' : '' }}
磁盘{{ s.disk_used_human || 'N/A' }} / {{ s.disk_total_human || 'N/A' }}{{ s.disk_percent!=null ? s.disk_percent+'%' : '' }}
运行时长{{ s.uptime_human || 'N/A' }}
异常{{ s.error }}