It's not really frequency information. If a page is accessed 1000
times during a single schedule cycle, that will count as a single
increment in the age come the time. However, *macro* frequency
information of this type *is* useful in the case where thrashing is
taking place. You want to swap out the page that is accessed only
once every other schedule cycle, before the one accessed every cycle.
This is of course moot if one process is being suspended (as it
probably should), but the criteria for suspension might include this
access information.
-- -------------------------------------------------------------- from: Jonathan "Chromatix" Morton mail: chromi@cyberspace.org (not for attachments) website: http://www.chromatix.uklinux.net/vnc/ geekcode: GCS$/E dpu(!) s:- a20 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r++ y+(*) tagline: The key to knowledge is not to rely on people to teach you it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/