Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbYKQOPI (ORCPT ); Mon, 17 Nov 2008 09:15:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752221AbYKQOO4 (ORCPT ); Mon, 17 Nov 2008 09:14:56 -0500 Received: from rv-out-0506.google.com ([209.85.198.232]:16424 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752217AbYKQOO4 (ORCPT ); Mon, 17 Nov 2008 09:14:56 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EIALXRk4vS7ampTg5v9HkBhQ+qfr7aVv5c+ZZ2KKX+p7huFxp1XC91xUcdNwMFh2cT KBvXddCqe4s9s99JcdzfolaTAlP7UMR4bZLZjqDD3v44D3JYg17PDucgiCxdQ/BABYzI HHvwV0Y7uEMuBALBnUW+Jqbd0t8iiyvfcP7yI= Message-ID: <3aaafc130811170614r39f7eeabk73fd08354655bed3@mail.gmail.com> Date: Mon, 17 Nov 2008 09:14:55 -0500 From: "J.R. Mauro" To: "Victoria Muntean" Subject: Re: size of swapped-out part of the process Cc: "Kernel Linux" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3aaafc130811170533j4c7e0008vd76c42da0cbb9f36@mail.gmail.com> <3aaafc130811170555l7e35b6b9s169d03f23eeb6388@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1435 Lines: 30 On Mon, Nov 17, 2008 at 9:08 AM, Victoria Muntean wrote: > On Mon, Nov 17, 2008 at 3:55 PM, J.R. Mauro wrote: >> On Mon, Nov 17, 2008 at 8:47 AM, Victoria Muntean wrote: >>> On Mon, Nov 17, 2008 at 3:33 PM, J.R. Mauro wrote: >>>> On Mon, Nov 17, 2008 at 7:53 AM, Victoria Muntean wrote: >>>>> How can I calculate size of swapped-out part of the process from >>>>> /proc/PID/*, even if approximately ? >>>>> For example, I have VmSize=1216192 kB, VmRSS = 628788 kB, but global >>>>> swap-in-use==0. >>>>> Hence (VmSize - VmRSS) is far from being swapped-out part of the >>>>> process. What is ? >>>> >>>> Doesn't top's SWAP field give you this? >>> >>> No. SWAP is global. I need per-process. Per-process participation in swap. >>> >> >> Are you sure? I'm not talking about the Swap: BigNumber in the header. >> If you hit f you can add a SWAP column which is per process. Or if it >> isn't per-process, it's horribly misleading. > > 'top' naively shows (VmSize - VmRSS) in the SWAP column, which is not helpful. > Ah, I see. The smap solution Hugh mentioned is what you're after, I guess. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/