aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/cgroups/memory.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 2a3330696372..8af4ad121828 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -490,6 +490,8 @@ pgpgin - # of charging events to the memory cgroup. The charging
490pgpgout - # of uncharging events to the memory cgroup. The uncharging 490pgpgout - # 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.
492swap - # of bytes of swap usage 492swap - # of bytes of swap usage
493writeback - # of bytes of file/anon cache that are queued for syncing to
494 disk.
493inactive_anon - # of bytes of anonymous and swap cache memory on inactive 495inactive_anon - # of bytes of anonymous and swap cache memory on inactive
494 LRU list. 496 LRU list.
495active_anon - # of bytes of anonymous and swap cache memory on active 497active_anon - # of bytes of anonymous and swap cache memory on active