{{ $t('monitor.up') }}: {{ currentChartInfo.netBytesSent }} KB/s
{{ $t('monitor.down') }}: {{ currentChartInfo.netBytesRecv }} KB/s
{{ $t('home.totalSend') }}: {{ computeSize(currentInfo.netBytesSent) }}
{{ $t('home.totalRecv') }}: {{ computeSize(currentInfo.netBytesRecv) }}
{{ $t('monitor.read') }}: {{ currentChartInfo.ioReadBytes }} MB
{{ $t('monitor.write') }}: {{ currentChartInfo.ioWriteBytes }} MB
{{ $t('home.rwPerSecond') }}: {{ currentChartInfo.ioCount }}
{{ $t('commons.units.time') }}/s
{{ $t('home.ioDelay') }}: {{ currentChartInfo.ioTime }} ms