| {{ $t("label.container-name") }} | +{{ $t("label.status") }} | +{{ $t("label.last-started") }} | +{{ $t("label.avg-cpu") }} | +{{ $t("label.avg-mem") }} | +
|---|---|---|---|---|
|
+ |
+ {{ container.state }} | ++ {{ (container.movingAverage.cpu / 100).toLocaleString(undefined, { style: "percent" }) }} + | ++ {{ (container.movingAverage.memory / 100).toLocaleString(undefined, { style: "percent" }) }} + | +
{{ totalCpu }}%
{{ $t("label.total-cpu-usage") }}
@@ -22,7 +22,7 @@{{ formatBytes(totalMem) }}
{{ $t("label.total-mem-usage") }}
@@ -43,26 +43,8 @@