From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Andrew Morton <akpm@osdl.org>
Cc: 76306.1226@compuserve.com, linux-kernel@vger.kernel.org,
nickpiggin@yahoo.com.au
Subject: Re: balance_pgdat(): where is total_scanned ever updated?
Date: Tue, 9 Nov 2004 16:02:23 -0200 [thread overview]
Message-ID: <20041109180223.GG7632@logos.cnet> (raw)
In-Reply-To: <20041109113620.16b47e28.akpm@osdl.org>
On Tue, Nov 09, 2004 at 11:36:20AM -0800, Andrew Morton wrote:
> Marcelo Tosatti <marcelo.tosatti@cyclades.com> wrote:
> >
> > On Sat, Nov 06, 2004 at 04:11:14PM -0800, Andrew Morton wrote:
> > > Chuck Ebbert <76306.1226@compuserve.com> wrote:
> > > >
> > > > Kernel version is 2.6.9, but I see no updates to this function in BK-current.
> > > > How is total_scanned ever updated? AFAICT it is always zero.
> > >
> > > It's a bug which was introduced months ago when we added struct
> > > reclaim_state.
> > >
> > > > In mm/vmscan.c:balance_pgdat(), there are these references to total_scanned
> > > > (missing whitepace indicated by "^"):
> > > >
> > > >
> > > > 977: int total_scanned, total_reclaimed;
> > > >
> > > > 983: total_scanned = 0;
> > > >
> > > > 1076: if (total_scanned > SWAP_CLUSTER_MAX * 2 &&
> > > > 1077: total_scanned > total_reclaimed+total_reclaimed/2)
> > > > ^ ^ ^ ^
> > > >
> > > > 1088: if (total_scanned && priority < DEF_PRIORITY - 2)
> > > >
> > > >
> > > > Could this be part of the problems with reclaim? Or have I missed something?
> > >
> > > I had a patch which fixes it in -mm for a while. It does increase the
> > > number of pages which are reclaimed via direct reclaim and decreases the
> > > number of pages which are reclaimed by kswapd. As one would expect from
> > > throttling kswapd. This seems undesirable.
> >
> > Hi Andrew,
> >
> > Do you have any numbers to backup the claim "It does increase the
> > number of pages which are reclaimed via direct reclaim and decreases the
> > number of pages which are reclaimed by kswapd", please?
>
> Run a workload and watch /proc/vmstat. iirc, the one-line total_scanned
> fix takes the kswapd-vs-direct reclaim rate from 1:1 to 1:3 or thereabouts.
You're talking about laptop_mode ONLY, then?
How can that have any effect if may_writepage is ignored if !laptop_mode?
About /proc/vmstat - each output is huge - do you actually read those?
We need a vmstat like tool for that information to be readable.
> > Because linux-2.6.10-rc1-mm2 (and 2.6.9) completly ignores sc->may_writepage
> > under normal operation, its only used when laptop_mode is on:
> >
> > if (laptop_mode && !sc->may_writepage)
> > goto keep_locked;
> >
> > Is this intentional ???
>
> yup. In laptop mode we try to scan further to find a clean page rather
> than spinning up the disk for a writepage.
It might be interesting to use sc->may_writepage independantly of
laptop mode (ie make kswapd only writeout pages if the reclaim ratio
is low).
> > > I'm leaving this alone until it can be demonstrated that fixing it improves
> > > kernel behaviour in some manner.
> >
> > I dont see it working at all?
> >
>
> There's lots of useful info in /proc/vmstat.
I dont care much about laptop mode.
next prev parent reply other threads:[~2004-11-09 21:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-06 19:15 balance_pgdat(): where is total_scanned ever updated? Chuck Ebbert
2004-11-07 0:11 ` Andrew Morton
2004-11-09 10:42 ` Marcelo Tosatti
2004-11-09 19:36 ` Andrew Morton
2004-11-09 18:02 ` Marcelo Tosatti [this message]
2004-11-09 21:40 ` Andrew Morton
2004-11-09 18:52 ` Marcelo Tosatti
2004-11-09 22:40 ` Andrew Morton
2004-11-10 13:24 ` Nikita Danilov
2004-11-11 14:49 ` Marcelo Tosatti
2004-11-11 19:37 ` Nikita Danilov
-- strict thread matches above, loose matches on Subject: below --
2004-11-07 5:02 Chuck Ebbert
2004-11-10 3:34 Chuck Ebbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041109180223.GG7632@logos.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=76306.1226@compuserve.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nickpiggin@yahoo.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.