From owner-freebsd-current@FreeBSD.ORG Wed Feb 27 22:44:50 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 71FDA106566C for ; Wed, 27 Feb 2008 22:44:50 +0000 (UTC) (envelope-from arne@rfc2549.org) Received: from mail.blinkt.de (mail.blinkt.de [88.198.169.219]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA3A8FC19 for ; Wed, 27 Feb 2008 22:44:50 +0000 (UTC) (envelope-from arne@rfc2549.org) Received: from dslb-084-062-195-098.pools.arcor-ip.net ([84.62.195.98] helo=styx.local) by mail.blinkt.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JUUcv-000E7z-60 for freebsd-current@freebsd.org; Wed, 27 Feb 2008 23:19:49 +0100 Message-ID: <47C5E204.9080003@rfc2549.org> Date: Wed, 27 Feb 2008 23:19:48 +0100 From: Arne Schwabe User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Wed, 27 Feb 2008 22:44:50 -0000 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