diff options
-rw-r--r-- | Documentation/cgroups/memory.txt | 2 |
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 | |||
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 | writeback - # of bytes of file/anon cache that are queued for syncing to | ||
494 | disk. | ||
493 | inactive_anon - # of bytes of anonymous and swap cache memory on inactive | 495 | inactive_anon - # of bytes of anonymous and swap cache memory on inactive |
494 | LRU list. | 496 | LRU list. |
495 | active_anon - # of bytes of anonymous and swap cache memory on active | 497 | active_anon - # of bytes of anonymous and swap cache memory on active |