Re: [PATCH 33/34] mm, vmstat: print node-based stats in zoneinfo file

2016-07-14 Thread Vlastimil Babka
On 07/08/2016 11:35 AM, Mel Gorman wrote: 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

Re: [PATCH 33/34] mm, vmstat: print node-based stats in zoneinfo file

2016-07-12 Thread Johannes Weiner
On Fri, Jul 08, 2016 at 10:35:09AM +0100, Mel Gorman wrote: > 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 t

[PATCH 33/34] mm, vmstat: print node-based stats in zoneinfo file

2016-07-08 Thread Mel Gorman
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. Signed-off-by: Mel Gorma