From owner-freebsd-current@FreeBSD.ORG Thu Feb 28 00:34:00 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 E528F106567C for ; Thu, 28 Feb 2008 00:34:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29BA48FC16; Thu, 28 Feb 2008 00:33:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C60177.3050300@FreeBSD.org> Date: Thu, 28 Feb 2008 01:33:59 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Arne Schwabe References: <47C5E204.9080003@rfc2549.org> In-Reply-To: <47C5E204.9080003@rfc2549.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 00:34:01 -0000 Arne Schwabe wrote: > Hi, > > is there any way to look what programs are swapped out and how much > memory they use? Looking at SIZE in top is just a wild guess. One server > here grows in swap usage and panics eventuelly when all swap is usage. > Swap usage is growing slowly (100 MB /week ) but it is growing and see > no way to get what really uses swap :( (Read man ps three times already :/) > > Arne > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > It shouldn't panic when it runs out of swap, it should just kill the runaway process(es). Kris