From owner-freebsd-current@FreeBSD.ORG Thu May 31 21:15:08 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CCE316A400 for ; Thu, 31 May 2007 21:15:08 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id EA18C13C447 for ; Thu, 31 May 2007 21:15:07 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 7FF7222AC3F for ; Thu, 31 May 2007 17:15:07 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 31 May 2007 17:15:07 -0400 X-Sasl-enc: kwv90uokwMNoA/JpqbzvVZRGNmowEHTCigVqUz5F8k8x 1180646107 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 18C0420B95 for ; Thu, 31 May 2007 17:15:06 -0400 (EDT) Message-ID: <465F3ADA.2080408@incunabulum.net> Date: Thu, 31 May 2007 22:15:06 +0100 From: Bruce M Simpson User-Agent: Thunderbird 1.5.0.10 (X11/20070407) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Profiling sharing of pages; exmap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 21:15:08 -0000 Is anyone considering porting this? It is a tool for measuring page sharing across processes. http://www.berthels.co.uk/exmap/ The KDE people would surely find it useful. I've emailed the author citing sysutils/pmap as a starting point for the required kernel module support which is currently specific to Linux. regards, BMS