LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Question about pdflush's two ratio?
@ 2008-03-08  1:53 内核追踪
  0 siblings, 0 replies; only message in thread
From: 内核追踪 @ 2008-03-08  1:53 UTC (permalink / raw)
  To: linux-kernel

Hi, buddy, In these days, I'm watching about how the pdflush kernel
thread implemented. But we I saw there are two "*_ratio", I was
puzzled about these.

My kernel version is 2.6.9 and I found get_dirty_limits() in
page-writeback.c in KERNEL_SOURCE/mm.

After read the source and annotation about the function , I got that idea about
1. *dirty_ratio* is just for work with the number in system page
cache. It means if the (dirty pages number in system)/(total number
pages) is above the
    ratio , then we start pdflush.
2. *background_ratio* is just for every process. It means if there
were a single_process write pages and (its dirty pages) / (total
number pages in system)
    is above th ratio, then we also start pdflush.

This is my interpetation. But does it correct?

 Thx.
Jiancong

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-08  1:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-08  1:53 Question about pdflush's two ratio? 内核追踪

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).