Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbYKQMx7 (ORCPT ); Mon, 17 Nov 2008 07:53:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751206AbYKQMxv (ORCPT ); Mon, 17 Nov 2008 07:53:51 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:45468 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751131AbYKQMxv (ORCPT ); Mon, 17 Nov 2008 07:53:51 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bpJwB/SBZWhoqDEirEx7XEbb8FbLOALVhVAmFc6gkd5ww7kQTVOrXAYqqHZ2ENsf7U JYlagTBpLkrF3yRKDLbyPVvbvaYQ/Pk1AfuOXuS2fn3ASMuPKbr2Nvz9CrH/SnEOUIVP QFVa1/Mj/Ug3wZtdiCG6rxjAjWc8LrhECOtP8= Message-ID: Date: Mon, 17 Nov 2008 14:53:49 +0200 From: "Victoria Muntean" To: "Kernel Linux" Subject: size of swapped-out part of the process In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 529 Lines: 14 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 ? Thanks Viki -- 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/