diff options
Diffstat (limited to 'kernel/Documentation/cgroups/memory.txt')
-rw-r--r-- | kernel/Documentation/cgroups/memory.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Documentation/cgroups/memory.txt b/kernel/Documentation/cgroups/memory.txt index f456b4315..ff71e16cc 100644 --- a/kernel/Documentation/cgroups/memory.txt +++ b/kernel/Documentation/cgroups/memory.txt @@ -493,6 +493,7 @@ pgpgin - # of charging events to the memory cgroup. The charging pgpgout - # of uncharging events to the memory cgroup. The uncharging event happens each time a page is unaccounted from the cgroup. swap - # of bytes of swap usage +dirty - # of bytes that are waiting to get written back to the disk. writeback - # of bytes of file/anon cache that are queued for syncing to disk. inactive_anon - # of bytes of anonymous and swap cache memory on inactive |