CPU
内存
{{ $tools.toFixed(memInfo.usedMemMb / 1024) }}/{{ $tools.toFixed(memInfo.totalMemMb / 1024) }}G
交换
{{ $tools.toFixed(swapInfo.swapUsed / 1024) }}/{{ $tools.toFixed(swapInfo.swapTotal / 1024) }}G
硬盘
{{ driveInfo.usedGb || '--' }}/{{ driveInfo.totalGb || '--' }}G
网络
{{ output || 0 }}
{{ input || 0 }}