From owner-freebsd-stable@freebsd.org Sat Feb 3 21:14:27 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02B7DEED3CA for ; Sat, 3 Feb 2018 21:14:26 +0000 (UTC) (envelope-from mvoorhis@mcvau.net) Received: from atom.mcvau.net (2600-6c64-627f-e4f4-5054-00ff-fe0a-d781.dhcp6.chtrptr.net [IPv6:2600:6c64:627f:e4f4:5054:ff:fe0a:d781]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "atomvm.mcvau.net", Issuer "atomvm.mcvau.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 91B437B636 for ; Sat, 3 Feb 2018 21:14:26 +0000 (UTC) (envelope-from mvoorhis@mcvau.net) Received: from [192.168.2.66] (mcvx1c.mcvau.net [192.168.2.66]) (authenticated bits=0) by atom.mcvau.net (8.15.2/8.15.2) with ESMTPSA id w13LE2iX007721 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 3 Feb 2018 16:14:25 -0500 (EST) (envelope-from mvoorhis@mcvau.net) Cc: mvoorhis@mcvau.net From: Michael Voorhis Subject: 50 percent swap used, but "ps auxww" output shows no processes swapped out To: freebsd-stable@freebsd.org Message-ID: Date: Sat, 3 Feb 2018 16:14:02 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50, RATWR8_MESSID, T_RP_MATCHES_RCVD autolearn=no autolearn_force=no version=3.4.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on atom.mcvau.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 21:14:27 -0000 Hi all, I've got an amd64 system running 11.1-STABLE r325027, with something like 20G of swap. "swapinfo" shows that half the swap is used. So of course I'm curious to know which processes have been swapped out. I'm not using any "tmpfs" filesystems; no ZFS, no huge amounts of wired-down memory. The system's got 16 processors and 128G of RAM. "ps auxww" output shows *no* processes that are swapped out (2nd character in "STAT" field is "W"). Not a single one. The only process with a W in the stat field at all is the "[intr]" kernel thread. What is using the swapspace? Please educate me. Thanks, --MCV.