From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SV0g7-0003Mp-3q for garchives@archives.gentoo.org; Thu, 17 May 2012 13:23:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAC8BE08BA; Thu, 17 May 2012 13:23:20 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 75E45E08A4 for ; Thu, 17 May 2012 13:21:50 +0000 (UTC) Received: from weird.wonkology.org (xdsl-78-35-145-210.netcologne.de [78.35.145.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 683B2DC052 for ; Thu, 17 May 2012 15:21:49 +0200 (CEST) Date: Thu, 17 May 2012 15:21:48 +0200 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] I want to play movies without hangs Message-ID: <20120517152148.4a22bf9c@weird.wonkology.org> In-Reply-To: References: <20120216162948.7eea6070@weird.wonkology.org> <20120218180407.74055f5e@weird.wonkology.org> <20120218220521.1278e023@bluewin.ch> <1705219.vsiCQe2Sr8@weird> <20120507144134.4ea24fc3@weird.wonkology.org> <20120507231123.49125d30@weird.wonkology.org> <20120509214419.34d6bbe4@weird.wonkology.org> <20120509213833.5e9911ba@digimed.co.uk> <20120510030001.0158d406@weird.wonkology.org> <4FAB2376.6060804@gmail.com> <20120513023449.6d7a0dca@weird.wonkology.org> <20120513025823.4c8d6f48@weird.wonkology.org> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 0b910402-45de-4440-a41c-36ba896fb4ed X-Archives-Hash: 8655eec3b76b6a006e060364decc689d Michael Mol wrote: > On Sat, May 12, 2012 at 8:58 PM, Alex Schuster > wrote: [about showing which processes use how much swap] > > Michael Mol writes: [...] > >> sys-process/htop > > > > Huh? I only see the total amount of swap being used, but no entry per > > process. > > Hit F2, and go down to 'columns'. Anything per-process found under > /proc can be added as a column. Whoa! This is amazing, I did not know that htop can do all this. Thanks! But I still cannot get it to display the swap used by processes. When I add NSWAP and CNSWAP columns, they are not displayed. I found some information on that, looks to me like this is not really supported: http://stackoverflow.com/questions/479953/how-to-find-out-which-processes-are-swapping-in-linux http://wiki.directi.com/display/tu/Understanding+Processes+in+Linux Wonko