GPU
} {gpuName &&GPU: {gpuName}
}{gpuStat.toFixed(2)}%
CPU
{cpu.toFixed(2)}%
{t("serverDetailChart.process")}
{process}
{t("serverDetailChart.mem")}
{mem.toFixed(0)}%
{t("serverDetailChart.swap")}
{swap.toFixed(0)}%
{t("serverDetailChart.disk")}
{disk.toFixed(0)}%
{t("serverDetailChart.upload")}
{up >= 1024 ? `${(up / 1024).toFixed(2)}G/s` : up >= 1 ? `${up.toFixed(2)}M/s` : `${(up * 1024).toFixed(2)}K/s`}
{t("serverDetailChart.download")}
{down >= 1024 ? `${(down / 1024).toFixed(2)}G/s` : down >= 1 ? `${down.toFixed(2)}M/s` : `${(down * 1024).toFixed(2)}K/s`}
TCP
{tcp}
UDP
{udp}