Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memcg: document cgroup dirty/writeback memory statistics

Signed-off-by: Sha Zhengju <handai.szj@taobao.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Greg Thelen <gthelen@google.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Sha Zhengju and committed by
Linus Torvalds
9cb2dc1c 3ea67d06

+2
+2
Documentation/cgroups/memory.txt
··· 490 490 pgpgout - # of uncharging events to the memory cgroup. The uncharging 491 491 event happens each time a page is unaccounted from the cgroup. 492 492 swap - # of bytes of swap usage 493 + writeback - # of bytes of file/anon cache that are queued for syncing to 494 + disk. 493 495 inactive_anon - # of bytes of anonymous and swap cache memory on inactive 494 496 LRU list. 495 497 active_anon - # of bytes of anonymous and swap cache memory on active