From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 02:25:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AF4616A400 for ; Fri, 20 Apr 2007 02:25:02 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id DCD7713C469 for ; Fri, 20 Apr 2007 02:25:01 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so770463ana for ; Thu, 19 Apr 2007 19:25:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZXdnak6MDDCOx06NLdIr+HLTnezPapsGZ2koE7yhKluES8v+h7mVGO6XBphaN6zFoMgNCNYrQUD2JvXfpPhTYMOcSY9opZcfovjHF4+GWbVVTdzQDhCeAi0OU4z9+vdXLabQqGm3yqj04mcZ9dJ/8HZwY7Xp72bOjTpkmnmHf2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CGIzS3sYOoCBrEyNrpr7JFcBLtXoNJKNdZ37O+wH1rkMn0FvzdUXrVnYl7neC//49K9gvi9oJa1Ie0yuzAcxFtFaiFqbuGSBi4kqB0R4gZqXqgbbxlAmUvhChApcSVTGsW3izSZ7QgQi1Zx5/L/A0ej3g/sSdIube6A65zBaLIo= Received: by 10.100.173.19 with SMTP id v19mr1361707ane.1177035900709; Thu, 19 Apr 2007 19:25:00 -0700 (PDT) Received: by 10.100.231.9 with HTTP; Thu, 19 Apr 2007 19:25:00 -0700 (PDT) Message-ID: <8cb6106e0704191925p1c275a9aq58a72a708a9a5cff@mail.gmail.com> Date: Thu, 19 Apr 2007 19:25:00 -0700 From: "Josh Carroll" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: find processes with pages in swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 02:25:02 -0000 Hello, I was wondering if there is a utility that allows you to query swap and determine which processes currently have virtual pages in swap. I couldn't find any way from the pstat/swapinfo man pages, but hopefully I'm overlooking something. Regards, Josh