From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 06:53:11 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF4201065679 for ; Sat, 18 Feb 2012 06:53:11 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 80ED48FC17 for ; Sat, 18 Feb 2012 06:53:11 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q1I6w3MJ070941 for freebsd-questions@freebsd.org; Sat, 18 Feb 2012 00:58:03 -0600 (CST) Date: Sat, 18 Feb 2012 00:58:03 -0600 (CST) From: Robert Bonomi Message-Id: <201202180658.q1I6w3MJ070941@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <4F3EE8AA.4070009@paz.bz> Subject: Re: swap space 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: Sat, 18 Feb 2012 06:53:11 -0000 > From owner-freebsd-questions@freebsd.org Fri Feb 17 17:59:50 2012 > Date: Fri, 17 Feb 2012 15:54:18 -0800 > From: Jim Pazarena > To: FreeBSD Mailing List > Subject: swap space > > is there a command which can show the size of the hard drive swap? > > A "df" seems to avoid the swap area. That *is* "expected" behavior. 'df' shows utilization of -filesystems-. 'swap' is not filesystem. > This would be on a live production server. The "traditional" means is 'pstat -s'. On relatively modern systems, 'swapinfo' is an alias.