Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2007 16:50:01 +0400
From:      Igor Sysoev <is@rambler-co.ru>
To:        freebsd-current@freebsd.org
Subject:   sendfile and page usage statistics
Message-ID:  <20071009125001.GC5758@rambler-co.ru>

next in thread | raw e-mail | index | archive | help
As I understand if sendfile() with hardware TX chsum or TSO are used,
then CPU does not touch file pages at all. So pagedaemon never set
PG_REFERENCED to vnode object pages while scanning them.
Does VM set PG_REFERENCED by another way ? Otherwise, often used files
that accessed by sendfile() only have small chances to be cached by VM.


-- 
Igor Sysoev
http://sysoev.ru/en/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071009125001.GC5758>