From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 23:54:24 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 636D2106564A for ; Fri, 17 Feb 2012 23:54:24 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [207.34.147.83]) by mx1.freebsd.org (Postfix) with ESMTP id 356778FC13 for ; Fri, 17 Feb 2012 23:54:23 +0000 (UTC) Received: from 100-236-53-209.qcislands.net ([209.53.236.100] helo=[192.168.1.4]) by mail.qcislands.net with esmtp (Exim 4.75) (envelope-from ) id 1RyXd5-0009nc-Lf; Fri, 17 Feb 2012 15:54:21 -0800 Message-ID: <4F3EE8AA.4070009@paz.bz> Date: Fri, 17 Feb 2012 15:54:18 -0800 From: Jim Pazarena User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (100) Subject: 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:54:24 -0000 is there a command which can show the size of the hard drive swap? A "df" seems to avoid the swap area. This would be on a live production server. Thanks.