Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 10:25:22 -0400
From:      Robert Sexton <robert@kudra.com>
To:        freebsd-questions@freebsd.org
Subject:   How to monitor paging activity?
Message-ID:  <20000726102522.A45082@tabby.kudra.com>

next in thread | raw e-mail | index | archive | help
I'm working on some rrd based monitoring tools, using sysctl to
extract the info I need.   I've got the vm stuff ala top working,
but I cant figure out the sysctl variables that will identify paging
and swapping behaviour.  I suspect that the numbers I need are in here
someplace, but I'm not sure.  


vm.stats.vm.v_swapin: 65
vm.stats.vm.v_swapout: 26
vm.stats.vm.v_swappgsin: 66
vm.stats.vm.v_swappgsout: 49
vm.stats.vm.v_vnodein: 10334
vm.stats.vm.v_vnodeout: 13
vm.stats.vm.v_vnodepgsin: 29281
vm.stats.vm.v_vnodepgsout: 18

Anybody know where these are documented?  

-- 
Robert Sexton - robert@kudra.com, Cincinnati OH, USA
Automobiles are to Bicycles as Television is to books. - Unknown


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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