From owner-freebsd-current@FreeBSD.ORG Wed Jan 16 02:51:55 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AB4816A41A for ; Wed, 16 Jan 2008 02:51:55 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.233]) by mx1.freebsd.org (Postfix) with ESMTP id 81E7113C4F5 for ; Wed, 16 Jan 2008 02:51:54 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so1037017hub.8 for ; Tue, 15 Jan 2008 18:51:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=J0ODuTGKrPY1f/cRuZXt88UyxO+FgeCQYlAiG0QVN70=; b=eOceyLM9Rt0OEhUUQg42HdafaM2+7QFGIKWL46oRo8I7iTLWj4fqQFxDAQtRpVNHU/8kUXpugh4QDN+1WvSnX2qBEtmPFqLNRP+ylI9UBRSKNoAy6zmWL5YOHSQAioWfrLMZ+F2snnJ9cAxBWFtgx0Yi0JmX91MFV83WTFldu6c= 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=D3Xh7VzhCARpxM/WW0WAyxScCQAIPAG3dKnH1V5/FpZinFCmxTeYwWjjmREy33pttKVpKPpQEq36QuSEJcbzYfb04W8PJ67nQq6JQywznybDgC9pWoimYtu1y5pCjC+cJMuCKv6iu3GErXlo8PemRkRW2pVSqh/rJSeKB6rElvs= Received: by 10.78.129.16 with SMTP id b16mr246190hud.39.1200451027410; Tue, 15 Jan 2008 18:37:07 -0800 (PST) Received: by 10.78.16.10 with HTTP; Tue, 15 Jan 2008 18:37:07 -0800 (PST) Message-ID: Date: Wed, 16 Jan 2008 05:37:07 +0300 From: pluknet To: "Bruce M Simpson" In-Reply-To: <478B89F6.1010703@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478B89F6.1010703@incunabulum.net> Cc: FreeBSD Current Subject: Re: exmap port - shared memory profiler 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: Wed, 16 Jan 2008 02:51:55 -0000 On 14/01/2008, Bruce M Simpson wrote: > I began porting this: > http://www.berthels.co.uk/exmap/ > > and it is here: > http://people.freebsd.org/~bms/dump/exmap.tgz > > It needs debugging. Would anyone like to help? > > It is a very useful tool for profiling memory sharing between processes. > > cheers > BMS > > P.S. I'm not on arch or hackers at the moment, please circulate this. Good day. As I can see this port depends on sysutil/pmap which is broken on 7.0. I just submitted PR with patch in it. Look at ports/119704, please. btw, procstat provides similar functionality when specified with -v flag. wbr, pluknet