From owner-freebsd-questions Wed Jul 26 7:25:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tabby.kudra.com (gw.kudra.com [199.6.32.20]) by hub.freebsd.org (Postfix) with ESMTP id DBE4837B7A3 for ; Wed, 26 Jul 2000 07:25:27 -0700 (PDT) (envelope-from robert@tabby.kudra.com) Received: (from robert@localhost) by tabby.kudra.com (8.9.3/8.9.3) id KAA45118 for freebsd-questions@freebsd.org; Wed, 26 Jul 2000 10:25:22 -0400 (EDT) (envelope-from robert) Date: Wed, 26 Jul 2000 10:25:22 -0400 From: Robert Sexton To: freebsd-questions@freebsd.org Subject: How to monitor paging activity? Message-ID: <20000726102522.A45082@tabby.kudra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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