diff options
| author | Aaro Koskinen <aaro.koskinen@nsn.com> | 2013-06-19 08:34:29 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-24 05:22:44 -0400 |
| commit | a15e41909ccf535e568ea311cf926a1924ad63d6 (patch) | |
| tree | 0aeccad09477998950129ec5193f77778ee018f9 /Documentation | |
| parent | faa5273c9cec7499f67c9437f43edfb26f6a33b3 (diff) | |
Documentation/cgroups/memory.txt: fix stat file documentation
Documentation for inactive_anon / active_anon was mixed up. Fix that.
Signed-off-by: Aaro Koskinen <aaro.koskinen@nsn.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/cgroups/memory.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index 3aaf7870a93e..98e4db5ba8d1 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt | |||
| @@ -490,10 +490,10 @@ pgpgin - # of charging events to the memory cgroup. The charging | |||
| 490 | pgpgout - # of uncharging events to the memory cgroup. The uncharging | 490 | pgpgout - # of uncharging events to the memory cgroup. The uncharging |
| 491 | event happens each time a page is unaccounted from the cgroup. | 491 | event happens each time a page is unaccounted from the cgroup. |
| 492 | swap - # of bytes of swap usage | 492 | swap - # of bytes of swap usage |
| 493 | inactive_anon - # of bytes of anonymous memory and swap cache memory on | 493 | inactive_anon - # of bytes of anonymous and swap cache memory on inactive |
| 494 | LRU list. | 494 | LRU list. |
| 495 | active_anon - # of bytes of anonymous and swap cache memory on active | 495 | active_anon - # of bytes of anonymous and swap cache memory on active |
| 496 | inactive LRU list. | 496 | LRU list. |
| 497 | inactive_file - # of bytes of file-backed memory on inactive LRU list. | 497 | inactive_file - # of bytes of file-backed memory on inactive LRU list. |
| 498 | active_file - # of bytes of file-backed memory on active LRU list. | 498 | active_file - # of bytes of file-backed memory on active LRU list. |
| 499 | unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc). | 499 | unevictable - # of bytes of memory that cannot be reclaimed (mlocked etc). |
