From owner-freebsd-questions@freebsd.org Thu Aug 10 19:39:13 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D06ECDDB202 for ; Thu, 10 Aug 2017 19:39:13 +0000 (UTC) (envelope-from srs0=vjf4=7m=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id BF2296EDA9 for ; Thu, 10 Aug 2017 19:39:13 +0000 (UTC) (envelope-from srs0=vjf4=7m=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 3xSysm6Z4Zz2fk1s; Thu, 10 Aug 2017 12:30:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: how to measure what is consuming swap space From: Doug Hardie In-Reply-To: <20170810191022.GA9482@avalon.thwn> Date: Thu, 10 Aug 2017 12:30:52 -0700 Cc: tech-lists , freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5a1313d2-007c-9947-b842-f4c825a8c628@zyxst.net> <20170810191022.GA9482@avalon.thwn> To: fml X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 19:39:13 -0000 On 10 August 2017, at 12:10, fml wrote: >=20 > On Sat, Jul 22, 2017 at 10:43:12AM +0100, tech-lists wrote: >> Hello list, >>=20 >> What's the best command to see what processes are consuming swap = space? >>=20 >=20 > Did you try top -w ? > It shows per-process swap usage. The -w only exists in the most current versions. Even there, on all my = 11.0 and 11.1 systems it shows 0K for all processes even though swap is = being used. As the man page states, its only an approximation. -- Doug