aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r--Documentation/cgroups/memory.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 09027a9fece5..ddf4f93967a9 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -480,7 +480,9 @@ memory.stat file includes following statistics
480 480
481# per-memory cgroup local status 481# per-memory cgroup local status
482cache - # of bytes of page cache memory. 482cache - # of bytes of page cache memory.
483rss - # of bytes of anonymous and swap cache memory. 483rss - # of bytes of anonymous and swap cache memory (includes
484 transparent hugepages).
485rss_huge - # of bytes of anonymous transparent hugepages.
484mapped_file - # of bytes of mapped file (includes tmpfs/shmem) 486mapped_file - # of bytes of mapped file (includes tmpfs/shmem)
485pgpgin - # of charging events to the memory cgroup. The charging 487pgpgin - # of charging events to the memory cgroup. The charging
486 event happens each time a page is accounted as either mapped 488 event happens each time a page is accounted as either mapped