Skip to content

Commit b340959

Browse files
rgushchintorvalds
authored andcommitted
mm, docs: update memory.stat description with workingset* entries
Commit 4b4cea91691d ("mm: vmscan: fix IO/refault regression in cache workingset transition") introduced three new entries in memory stat file: - workingset_refault - workingset_activate - workingset_nodereclaim This commit adds a corresponding description to the cgroup v2 docs. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Roman Gushchin <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Vladimir Davydov <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Li Zefan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 791b48b commit b340959

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/cgroup-v2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,18 @@ PAGE_SIZE multiple when read back.
918918

919919
Number of major page faults incurred
920920

921+
workingset_refault
922+
923+
Number of refaults of previously evicted pages
924+
925+
workingset_activate
926+
927+
Number of refaulted pages that were immediately activated
928+
929+
workingset_nodereclaim
930+
931+
Number of times a shadow node has been reclaimed
932+
921933
memory.swap.current
922934

923935
A read-only single value file which exists on non-root

0 commit comments

Comments
 (0)