From 2ba2ec9547eabf9c29b60e85ffbe13fbab0a31e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=92=D0=B0=D1=85=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=20=28Anton=20Vakhmin=29?= Date: Tue, 20 Nov 2018 12:35:39 +0500 Subject: [PATCH] fixed typo in runmetrics.md --- 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.