:About a year ago, I was looking through the VM code, and saw that the
:'re' field in vmstat is just Cache reactivations, and not both
:Inactive & Cache.  I just figured it was how it was supposed to be.
:Could it be that 're' should include *all* reactivations?
:
:If so, would I be correct in suggesting:

    Hmm.  I think there might be some gotchas there.  The definition
    I wrote down in my last email wasn't correct... it is in fact
    only PQ_CACHE pages for reactivations and that's mainly because
    reactivations are supposed to be an indication that heavier paging
    is occuring... that pages are being plucked (and saved) from the
    garbage heap.  Counting inactive->active page transitions doesn't give
    you quite the same formula because the system often deactivates pages
    on a whim.  With reactivations we want to know about pages being
    saved from destruction at the last moment.

                                                -Matt


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to