]> Git Repo - linux.git/commit
mm, vmstat: print node-based stats in zoneinfo file
authorMel Gorman <[email protected]>
Thu, 28 Jul 2016 22:47:02 +0000 (15:47 -0700)
committerLinus Torvalds <[email protected]>
Thu, 28 Jul 2016 23:07:41 +0000 (16:07 -0700)
commite2ecc8a79ed49f7838b4fdf352c4c48cec9424ac
treec0b66ce74a17ab6ddfc2b6f9344113ea0d04e10e
parent7cc30fcfd2a894589d832a192cac3dc5cd302bb8
mm, vmstat: print node-based stats in zoneinfo file

There are a number of stats that were previously accessible via zoneinfo
that are now invisible.  While it is possible to create a new file for
the node stats, this may be missed by users.  Instead this patch prints
the stats under the first populated zone in /proc/zoneinfo.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mel Gorman <[email protected]>
Acked-by: Hillf Danton <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmstat.c
This page took 0.054492 seconds and 4 git commands to generate.