From 95caf8c4856ad477dbc835c6f9af5af5668389c0 Mon Sep 17 00:00:00 2001 From: Brett Kochendorfer Date: Fri, 18 Jul 2014 16:16:19 -0500 Subject: [PATCH] Update runmetrics.md --- docs/sources/articles/runmetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/articles/runmetrics.md b/docs/sources/articles/runmetrics.md index 82547693f9..b78de2403e 100644 --- a/docs/sources/articles/runmetrics.md +++ b/docs/sources/articles/runmetrics.md @@ -363,7 +363,7 @@ container, we need to: - Execute `ip netns exec ....` Please review [*Enumerating Cgroups*](#enumerating-cgroups) to learn how to find -the cgroup of a pprocess running in the container of which you want to +the cgroup of a process running in the container of which you want to measure network usage. From there, you can examine the pseudo-file named `tasks`, which contains the PIDs that are in the control group (i.e. in the container). Pick any one of them.