From 31fb0a3350f613838e77f7617304170dde603500 Mon Sep 17 00:00:00 2001 From: Bittersweet Date: Sun, 11 Nov 2018 19:11:55 +0800 Subject: [PATCH] Update runmetrics.md fix typo --- config/containers/runmetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/runmetrics.md b/config/containers/runmetrics.md index 3e03d453af..b80022dd09 100644 --- a/config/containers/runmetrics.md +++ b/config/containers/runmetrics.md @@ -131,7 +131,7 @@ to the processes within the cgroup, excluding sub-cgroups. The second half (with the `total_` prefix) includes sub-cgroups as well. Some metrics are "gauges", or values that can increase or decrease. For instance, -`swap` isthe amount of swap space used by the members of the cgroup. +`swap` is the amount of swap space used by the members of the cgroup. Some others are "counters", or values that can only go up, because they represent occurrences of a specific event. For instance, `pgfault` indicates the number of page faults since the creation of the cgroup.