From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 23:58:32 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 C8292106566C for ; Fri, 17 Feb 2012 23:58:32 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id AFC3F8FC08 for ; Fri, 17 Feb 2012 23:58:32 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp025.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZK00IIYAL5CB60@asmtp025.mac.com> for freebsd-questions@freebsd.org; Fri, 17 Feb 2012 15:58:18 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.260,0.0.0000 definitions=2012-02-17_04:2012-02-17, 2012-02-17, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202170267 From: Chuck Swiger In-reply-to: <4F3EE8AA.4070009@paz.bz> Date: Fri, 17 Feb 2012 15:58:17 -0800 Message-id: References: <4F3EE8AA.4070009@paz.bz> To: Jim Pazarena X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Mailing List 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: Fri, 17 Feb 2012 23:58:32 -0000 On Feb 17, 2012, at 3:54 PM, Jim Pazarena wrote: > is there a command which can show the size of the hard drive swap? > > A "df" seems to avoid the swap area. You're looking for "swapinfo".... Regards, -- -Chuck