From: Liu Yuan <namei.unix@gmail.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
jaxboe@fusionio.com, akpm@linux-foundation.org,
fengguang.wu@intel.com
Subject: Re: [RFC PATCH 1/5] x86/Kconfig: Add Page Cache Accounting entry
Date: Thu, 3 Mar 2011 11:11:02 +0800 [thread overview]
Message-ID: <AANLkTikp+BpM7CsOD5o+XFJqicm0UN_RST5xrVQC2mTy@mail.gmail.com> (raw)
In-Reply-To: <20110302082412.87f153ba.rdunlap@xenotime.net>
[-- Attachment #1: Type: text/plain, Size: 1801 bytes --]
On Thu, Mar 3, 2011 at 12:24 AM, Randy Dunlap <rdunlap@xenotime.net> wrote:
> On Wed, 2 Mar 2011 16:38:06 +0800 Liu Yuan wrote:
>
> > From: Liu Yuan <tailai.ly@taobao.com>
> >
> > Signed-off-by: Liu Yuan <tailai.ly@taobao.com>
> > ---
> > arch/x86/Kconfig.debug | 9 +++++++++
> > 1 files changed, 9 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
> > index 615e188..f29e32d 100644
> > --- a/arch/x86/Kconfig.debug
> > +++ b/arch/x86/Kconfig.debug
> > @@ -304,4 +304,13 @@ config DEBUG_STRICT_USER_COPY_CHECKS
> >
> > If unsure, or if you run an older (pre 4.4) gcc, say N.
> >
> > +config PAGE_CACHE_ACCT
> > + bool "Page cache accounting"
> > + ---help---
> > + Enabling this options to account for page cache hit/missed number
> of
> > + times. This would allow user space applications get better
> knowledge
> > + of underlying page cache system by reading virtual file. The
> statitics
> > + per partition are collected.
> > +
> > + If unsure, say N.
> > endmenu
> > --
>
> rewrite:
>
> Enable this option to provide for page cache hit/miss counters.
> This allows userspace applications to obtain better knowledge of
> the
> underlying page cache subsystem by reading a virtual file.
> Statistics are collect per partition.
>
> questions:
> what virtual file?
> what kind of partition?
>
>
Hi Randy,
Thanks for your correction.
'virtual file' in this patch context means files in sysfs mounted at /sys.
'partition' indicates that every disk partition (like
/dev/sda/{sda1,sda2...} has its own accountings for page cache information.
I am not confident about phrasing. so please correct it if you think it is
way better.
Thanks,
Liu Yuan
[-- Attachment #2: Type: text/html, Size: 2582 bytes --]
next prev parent reply other threads:[~2011-03-03 3:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <no>
2011-03-02 8:38 ` Liu Yuan
2011-03-02 16:24 ` Randy Dunlap
2011-03-03 3:11 ` Liu Yuan [this message]
2011-03-02 8:38 ` [RFC PATCH 2/5] block: Add functions and data types for Page Cache Accounting Liu Yuan
2011-03-02 8:38 ` [RFC PATCH 3/5] block: Make Page Cache counters work with sysfs Liu Yuan
2011-03-02 8:38 ` [RFC PATCH 4/5] mm: Add hit/miss accounting for Page Cache Liu Yuan
2011-03-02 8:45 ` Ingo Molnar
2011-03-02 17:02 ` Dave Hansen
2011-03-02 18:49 ` Ingo Molnar
2011-03-03 0:33 ` Wu Fengguang
2011-03-03 2:01 ` KOSAKI Motohiro
2011-03-03 3:14 ` Tao Ma
2011-03-03 9:34 ` Ingo Molnar
2011-03-03 15:08 ` Tao Ma
2011-03-02 8:38 ` [RFC PATCH 5/5] mm: Add readpages accounting Liu Yuan
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=AANLkTikp+BpM7CsOD5o+XFJqicm0UN_RST5xrVQC2mTy@mail.gmail.com \
--to=namei.unix@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=fengguang.wu@intel.com \
--cc=jaxboe@fusionio.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=rdunlap@xenotime.net \
/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