From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Hugh Dickins <hugh@veritas.com>
Cc: Wu Fengguang <wfg@mail.ustc.edu.cn>,
akpm@osdl.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] properly account readahead file major faults
Date: Tue, 22 Nov 2005 06:08:56 -0200 [thread overview]
Message-ID: <20051122080856.GA30761@logos.cnet> (raw)
In-Reply-To: <Pine.LNX.4.61.0511221249470.24803@goblin.wat.veritas.com>
Hi Hugh!
On Tue, Nov 22, 2005 at 12:55:02PM +0000, Hugh Dickins wrote:
> On Tue, 22 Nov 2005, Marcelo Tosatti wrote:
> >
> > Pages which hit the first time in cache due to readahead _have_ caused
> > IO, and as such they should be counted as major faults.
>
> Have caused IO, or have benefitted from IO which was done earlier?
Which caused IO, either synchronously or via (previously read)
readahead.
> It sounds debatable, each will have their own idea of what's major.
I see your point... and I much prefer the "majflt means IO performed"
definition :)
As a user I want to know how many pages have been read in from disk to
service my application requests.
>From the "time" manpage:
F Number of major, or I/O-requiring, page faults that oc-
curred while the process was running. These are faults
where the page has actually migrated out of primary memo-
ry.
> Maybe PageUptodate at the time the entry is found in the page cache
> should come into it? !PageUptodate implying that we'll be waiting
> for read to complete.
Hum, I still strongly feel that users care about IO performed and not
readahead effectiveness (which could be separate information).
I don't think the semantics are precisely defined anywhere are they?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2005-11-22 8:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-21 14:00 [PATCH] properly account readahead file major faults Marcelo Tosatti
2005-11-22 4:24 ` Wu Fengguang
2005-11-22 6:23 ` Marcelo Tosatti
2005-11-22 12:39 ` Wu Fengguang
2005-11-22 12:55 ` Hugh Dickins
2005-11-22 8:08 ` Marcelo Tosatti [this message]
2005-11-22 16:05 ` Charles Ballowe
2005-11-22 10:54 ` Marcelo Tosatti
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=20051122080856.GA30761@logos.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=akpm@osdl.org \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=wfg@mail.ustc.edu.cn \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox