1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7107 from bkochendorfer/patch-1

Update runmetrics.md
This commit is contained in:
Sven Dowideit 2014-07-19 00:13:06 +00:00
commit 82675ee359

View file

@ -363,7 +363,7 @@ container, we need to:
- Execute `ip netns exec <somename> ....` - Execute `ip netns exec <somename> ....`
Please review [*Enumerating Cgroups*](#enumerating-cgroups) to learn how to find 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 measure network usage. From there, you can examine the pseudo-file named
`tasks`, which contains the PIDs that are in the `tasks`, which contains the PIDs that are in the
control group (i.e. in the container). Pick any one of them. control group (i.e. in the container). Pick any one of them.