From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 14:02:09 2006 Return-Path: X-Original-To: questions@freebsd.org 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 679A416A420 for ; Thu, 2 Mar 2006 14:02:09 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A744B43D49 for ; Thu, 2 Mar 2006 14:02:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2DC805CFA; Thu, 2 Mar 2006 09:02:08 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27916-03; Thu, 2 Mar 2006 09:02:07 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-83-14.ny325.east.verizon.net [68.161.83.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 35C015C3C; Thu, 2 Mar 2006 09:02:06 -0500 (EST) Message-ID: <4406FAE7.6010000@mac.com> Date: Thu, 02 Mar 2006 09:02:15 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Nathan Vidican References: <4406F241.1030504@wmptl.com> In-Reply-To: <4406F241.1030504@wmptl.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: questions@freebsd.org Subject: Re: sudden jump in swap usage, how to tell what's using it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 14:02:09 -0000 Nathan Vidican wrote: > Typically, we sit between 0-10% of swap used... this morning I came in, > and output of top is showing 76% used; that's some 3Gigs+ more than usual. > > System load is still sitting at 0.05, and no adverse effects seem to be > coming our way. No particular processes appear to be using abnormal > amounts of memory, and nothing seems 'off'... is there a way to > determine which process(es) have taken out (how much) swap space? "top -o size" or "top -o res"... -- -Chuck