{{ $t('home.network') }}
{{ $t('home.io') }}
{{ $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('home.time') }}
{{ $t('home.rwPerSecond') }}: {{ currentInfo.ioTime }} ms