Subject: Re: What's in my swap
To: Joel CARNAT <joel@carnat.net>
From: ober <ober@linbsd.org>
List: current-users
Date: 08/01/2006 13:38:43
Try this
awk '( $3 == "swap" ) { print $1}' /etc/fstab|xargs cat |strings|more


-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
>