On Wednesday, December 28, 2016 11:30 PM Michal Hocko wrote: > From: Michal Hocko <mho...@suse.com> > > mm_vmscan_lru_isolate shows the number of requested, scanned and taken > pages. This is mostly OK but on 32b systems the number of scanned pages > is quite misleading because it includes both the scanned and skipped > pages. Moreover the skipped part is scaled based on the number of taken > pages. Let's report the exact numbers without any additional logic and > add the number of skipped pages. This should make the reported data much > more easier to interpret. > > Signed-off-by: Michal Hocko <mho...@suse.com> > --- Acked-by: Hillf Danton <hillf...@alibaba-inc.com>
- [PATCH 0/7] vm, vmscan: enahance vmscan tracepoints Michal Hocko
- [PATCH 3/7] mm, vmscan: show the number of skipped pa... Michal Hocko
- Re: [PATCH 3/7] mm, vmscan: show the number of sk... Minchan Kim
- Re: [PATCH 3/7] mm, vmscan: show the number of sk... Hillf Danton
- Re: [PATCH 3/7] mm, vmscan: show the number of sk... Vlastimil Babka
- Re: [PATCH 3/7] mm, vmscan: show the number o... Michal Hocko
- [PATCH 6/7] mm, vmscan: enhance mm_vmscan_lru_shrink_... Michal Hocko
- Re: [PATCH 6/7] mm, vmscan: enhance mm_vmscan_lru... Hillf Danton
- [PATCH 5/7] mm, vmscan: extract shrink_page_list recl... Michal Hocko
- Re: [PATCH 5/7] mm, vmscan: extract shrink_page_l... Hillf Danton
- [PATCH 7/7] mm, vmscan: add mm_vmscan_inactive_list_i... Michal Hocko
- Re: [PATCH 7/7] mm, vmscan: add mm_vmscan_inactiv... Hillf Danton
- [PATCH 1/7] mm, vmscan: remove unused mm_vmscan_memcg... Michal Hocko
- Re: [PATCH 1/7] mm, vmscan: remove unused mm_vmsc... Hillf Danton