From owner-freebsd-stable@freebsd.org Thu Jul 30 00:41:42 2015 Return-Path: Delivered-To: freebsd-stable@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 2F7CC9A64EB for ; Thu, 30 Jul 2015 00:41:42 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2B51CEF for ; Thu, 30 Jul 2015 00:41:42 +0000 (UTC) (envelope-from bc979@lafn.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1A2889A64EA; Thu, 30 Jul 2015 00:41:42 +0000 (UTC) Delivered-To: stable@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 19B979A64E8 for ; Thu, 30 Jul 2015 00:41:42 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id D34E41CED for ; Thu, 30 Jul 2015 00:41:41 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.7/8.14.9) with ESMTP id t6U0fXDw001175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Jul 2015 17:41:34 -0700 (PDT) (envelope-from bc979@lafn.org) From: Doug Hardie Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Swap Usage Message-Id: Date: Wed, 29 Jul 2015 17:41:33 -0700 To: FreeBSD Stable ML Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 00:41:42 -0000 I have several FreeBSD 9.3 systems that are using swap and I can=E2=80=99t= figure out what is doing it. The key system has 6GB swap and currently = it has over 2GB in use. ps shows only a kernel module [intr] with a W = status. Obviously that isn=E2=80=99t using the space. No other process = shows a W in its status. I suspect this is somewhat related to the use = of mmap in one application. However, all of the mmaps in that = application are file backed and thus shouldn=E2=80=99t use swap. How do = I figure out what that swap space is being used for?