From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 21:08:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9D037B401 for ; Wed, 6 Aug 2003 21:08:40 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE40443FDD for ; Wed, 6 Aug 2003 21:08:39 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([151.205.189.55]) by out006.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030807040839.XXVP16647.out006.verizon.net@mac.com>; Wed, 6 Aug 2003 23:08:39 -0500 Message-ID: <3F31D0C4.2000408@mac.com> Date: Thu, 07 Aug 2003 00:08:36 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronan Lucio References: <20030806182516.46b110e5.ronanl@melim.com.br> In-Reply-To: <20030806182516.46b110e5.ronanl@melim.com.br> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [151.205.189.55] at Wed, 6 Aug 2003 23:08:39 -0500 cc: questions@freebsd.org Subject: Re: Swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 04:08:41 -0000 Ronan Lucio wrote: > If my FreeBSD server show that 90% of swap space is being used, > is there a way to find out what is taking this space? 'top' or 'ps aux | sort +4r' can show you the processes sorted by virtual memory usage. VSZ means more than just swap, but this still is probably what you're looking for. -- -Chuck