diff options
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r-- | Documentation/cgroups/memory.txt | 4 |
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 |
482 | cache - # of bytes of page cache memory. | 482 | cache - # of bytes of page cache memory. |
483 | rss - # of bytes of anonymous and swap cache memory. | 483 | rss - # of bytes of anonymous and swap cache memory (includes |
484 | transparent hugepages). | ||
485 | rss_huge - # of bytes of anonymous transparent hugepages. | ||
484 | mapped_file - # of bytes of mapped file (includes tmpfs/shmem) | 486 | mapped_file - # of bytes of mapped file (includes tmpfs/shmem) |
485 | pgpgin - # of charging events to the memory cgroup. The charging | 487 | pgpgin - # 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 |