Subject: Re: What's in my swap
To: Joel CARNAT <joel@carnat.net>
From: ober <ober@linbsd.org>
List: current-users
Date: 08/14/2006 17:41:16
Would pagein on ps(1) be reflective of paging space in use by the 
applications?

If so, then something like
ps vg|awk '($6 > 0) {print $0}'
could show you what is using paging.

If I am wrong let me know, as pagein/majflt seems
to fit the bill.

-Ober


On Tue, 1 Aug 2006, Joel CARNAT wrote:

> Date: Tue, 1 Aug 2006 12:27:21 +0200
> From: Joel CARNAT <joel@carnat.net>
> To: NetBSD/current <current-users@NetBSD.org>
> Subject: What's in my swap
> 
> Hi,
>
> I'd like to know why my (server) machine uses swap.
> I checked 'top' and 'vmstat' but didn't find any information related to
> content.
>
> How do I know what's in ?
>
> TIA,
> 	Jo
>