核心数: {{ cpuInfo.cores }}
型号: {{ cpuInfo.model }}
使用率: {{ cpuInfo.usage }}
总内存: {{ memoryInfo.total_str }}
已用: {{ memoryInfo.used_str }}
可用: {{ memoryInfo.available_str }}
使用率: {{ memoryInfo.usage }}
操作系统: {{ systemInfo.os }}
架构: {{ systemInfo.arch }}
主机名: {{ systemInfo.hostname }}
平台: {{ systemInfo.platform }}