aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups/memory.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/cgroups/memory.txt')
-rw-r--r--Documentation/cgroups/memory.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index 9b1067afb224..e479007f1a75 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -430,17 +430,10 @@ hierarchical_memory_limit - # of bytes of memory limit with regard to hierarchy
430hierarchical_memsw_limit - # of bytes of memory+swap limit with regard to 430hierarchical_memsw_limit - # of bytes of memory+swap limit with regard to
431 hierarchy under which memory cgroup is. 431 hierarchy under which memory cgroup is.
432 432
433total_cache - sum of all children's "cache" 433total_<counter> - # hierarchical version of <counter>, which in
434total_rss - sum of all children's "rss" 434 addition to the cgroup's own value includes the
435total_mapped_file - sum of all children's "cache" 435 sum of all hierarchical children's values of
436total_pgpgin - sum of all children's "pgpgin" 436 <counter>, i.e. total_cache
437total_pgpgout - sum of all children's "pgpgout"
438total_swap - sum of all children's "swap"
439total_inactive_anon - sum of all children's "inactive_anon"
440total_active_anon - sum of all children's "active_anon"
441total_inactive_file - sum of all children's "inactive_file"
442total_active_file - sum of all children's "active_file"
443total_unevictable - sum of all children's "unevictable"
444 437
445# The following additional stats are dependent on CONFIG_DEBUG_VM. 438# The following additional stats are dependent on CONFIG_DEBUG_VM.
446 439