Re: [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-23 Thread Mel Gorman
On Thu, Jun 23, 2016 at 04:06:09PM +0200, Vlastimil Babka wrote: > On 06/23/2016 03:57 PM, Mel Gorman wrote: > >On Wed, Jun 22, 2016 at 04:40:39PM +0200, Michal Hocko wrote: > >>On Tue 21-06-16 15:15:58, Mel Gorman wrote: > >>>As reclaim is now node-based, it follows that page write activity > >>>d

Re: [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-23 Thread Vlastimil Babka
On 06/23/2016 03:57 PM, Mel Gorman wrote: On Wed, Jun 22, 2016 at 04:40:39PM +0200, Michal Hocko wrote: On Tue 21-06-16 15:15:58, Mel Gorman wrote: As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, al

Re: [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-23 Thread Mel Gorman
On Wed, Jun 22, 2016 at 04:40:39PM +0200, Michal Hocko wrote: > On Tue 21-06-16 15:15:58, Mel Gorman wrote: > > As reclaim is now node-based, it follows that page write activity > > due to page reclaim should also be accounted for on the node. For > > consistency, also account page writes and page

Re: [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-22 Thread Michal Hocko
On Tue 21-06-16 15:15:58, Mel Gorman wrote: > As reclaim is now node-based, it follows that page write activity > due to page reclaim should also be accounted for on the node. For > consistency, also account page writes and page dirtying on a per-node > basis. > > After this patch, there are a few

[PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-21 Thread Mel Gorman
As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining zone counters that may appear strange but are

Re: [PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-17 Thread Vlastimil Babka
On 06/09/2016 08:04 PM, Mel Gorman wrote: As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining z

[PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-06-09 Thread Mel Gorman
As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining zone counters that may appear strange but are

[PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-04-15 Thread Mel Gorman
As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining zone counters that may appear strange but are

[PATCH 19/27] mm: Move vmscan writes and file write accounting to the node

2016-04-06 Thread Mel Gorman
As reclaim is now node-based, it follows that page write activity due to page reclaim should also be accounted for on the node. For consistency, also account page writes and page dirtying on a per-node basis. After this patch, there are a few remaining zone counters that may appear strange but are