lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45BF2D1E.3020207@yahoo.com.au>
Date:	Tue, 30 Jan 2007 22:33:50 +1100
From:	Nick Piggin <nickpiggin@...oo.com.au>
To:	Christoph Hellwig <hch@...radead.org>
CC:	Howard Chu <hyc@...as.com>,
	linux-kernel <linux-kernel@...r.kernel.org>, linux-mm@...ck.org
Subject: Re: swap map

Christoph Hellwig wrote:
> On Tue, Jan 30, 2007 at 03:12:35AM -0800, Howard Chu wrote:
> 
>>In the it-would-be-nice department... While I was twiddling with swappiness 
>>and benchmarking some code, I thought it would be pretty cool if there was 
>>a node in /proc/<pid> that would show which pages of a process are resident 
>>or nonresident. I'm not sure that it would be useful very often, but I was 
>>thinking one could get a snapshot of that, correlated with traces from a 
>>malloc profiler, to show what portions of a program's memory usage was in 
>>active use vs idle.
> 
> 
> That's be a remote mincore().  This should be more or less trivial,
> do_mincore would need a mm_struct argument instead of always using
> current->mm and we'd need a simple seq_file interface iterating over it.
> 
> Any volunteers?

Well the first thing needed is an mincore that actually works for anonymous
memory!

I've implemented some fixups in that department, which should get merged
into 2.6.21. That reminds me: I'll send the patch to linux-mm for review...

We cannot get real atomic snapshots in general, but I don't think that would
be a problem if you are just doing some profiling.

-- 
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ