From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 14:37:53 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 486C71065671 for ; Thu, 28 Feb 2008 14:37:53 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay01.kiev.sovam.com (relay01.kiev.sovam.com [62.64.120.200]) by mx1.freebsd.org (Postfix) with ESMTP id D28858FC18 for ; Thu, 28 Feb 2008 14:37:52 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=skuns.kiev.zoral.com.ua) by relay01.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JUjtJ-0006rI-Fs for freebsd-current@freebsd.org; Thu, 28 Feb 2008 16:37:52 +0200 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m1SEbu6u089437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Feb 2008 16:37:56 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m1SEbeAR079180; Thu, 28 Feb 2008 16:37:40 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id m1SEbeJO079179; Thu, 28 Feb 2008 16:37:40 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 28 Feb 2008 16:37:40 +0200 From: Kostik Belousov To: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <20080228143740.GY57756@deviant.kiev.zoral.com.ua> References: <47C5E204.9080003@rfc2549.org> <47C6BA70.5070509@quip.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ymtaOUW2lKqK7has" Content-Disposition: inline In-Reply-To: <47C6BA70.5070509@quip.cz> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on skuns.kiev.zoral.com.ua X-Scanner-Signature: f2683d8df775da069012ccac6e6e6321 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 2339 [Feb 28 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: Arne Schwabe , FreeBSD Current Subject: Re: Specific Swap Usage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 14:37:53 -0000 --ymtaOUW2lKqK7has Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 28, 2008 at 02:43:12PM +0100, Miroslav Lachman wrote: > Arne Schwabe wrote: > >Hi, > > > >is there any way to look what programs are swapped out and how much=20 > >memory they use? Looking at SIZE in top is just a wild guess. One server= =20 > >here grows in swap usage and panics eventuelly when all swap is usage.= =20 > >Swap usage is growing slowly (100 MB /week ) but it is growing and see= =20 > >no way to get what really uses swap :( (Read man ps three times already = :/) >=20 > AFAIK swapped processes in top are shown in lt + gt signs (braces): > 1382 root 1 5 0 1380K 0K ttyin 0:00 0.00% >=20 > from `man top` > COMMAND is the name of the command that the process is currently=20 > running (if the process is swapped out, this column is marked ""= ). >=20 > In `ps` output in column state: W - The process is swapped out. >=20 > You can get a list of swapped processes by this command: > ps auxwww | awk '$8 ~ /.W.*/ { print $0}' >=20 > (tested on FreeBSD 6.2 & FreeBSD 7.0) Swapped process very much means swapped out kernel stack only. --ymtaOUW2lKqK7has Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkfGxzMACgkQC3+MBN1Mb4hh+gCg6Q+qNdmNdm2ArlbfFcEjSlhG tNgAoJomDSOLJwGqFbeh7RvRutRhSDA3 =rU2I -----END PGP SIGNATURE----- --ymtaOUW2lKqK7has--