mirror of https://github.com/docker/docs.git
fixed typo in runmetrics.md
This commit is contained in:
parent
3840f1b232
commit
2ba2ec9547
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue