From: Dieter Nützel <Dieter.Nuetzel@hamburg.de>
To: "Rik van Riel" <riel@nl.linux.org>
Cc: "Linux Kernel List" <linux-kernel@vger.kernel.org>,
Andy Isaacson <adi@acm.org>
Subject: pmap.c : Can you please try another name for it?
Date: Tue, 20 Feb 2001 00:58:43 +0100 [thread overview]
Message-ID: <01022000584300.00783@SunWave1> (raw)
Hello Rik,
there is a nice little toy called "pmap.c" around for several years, now.
Should we consider?
/*
* pmap.c: implementation of something like Solaris' /usr/proc/bin/pmap
* for linux
*
* Author: Andy Isaacson <adi@acm.org>
* Fri Jun 18 1999
*
* Updated Mon Oct 25 1999
* - calculate total size of shared mappings
* - change output format to read "writable/private" rather than "writable"
*
* Justification: the formatting available in /proc/<pid>/maps is less
* than optimal. It's hard to figure out the size of a mapping from
* that information (unless you can do 8-digit hex arithmetic in your
* head) and it's just generally not friendly. Hence this utility.
*
* I hereby place this work in the public domain.
*
* Compile with something along the lines of
* gcc -O pmap.c -o pmap
*/
Regards,
Dieter
--
Dieter Nützel
Graduate Student, Computer Science
University of Hamburg
Department of Computer Science
Cognitive Systems Group
Vogt-Kölln-Straße 30
D-22527 Hamburg, Germany
email: nuetzel@kogs.informatik.uni-hamburg.de
@home: Dieter.Nuetzel@hamburg.de
next reply other threads:[~2001-02-19 23:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-19 23:58 Dieter Nützel [this message]
2001-02-19 23:58 ` pmap.c : Can you please try another name for it? Albert D. Cahalan
2001-02-20 0:25 ` Andy Isaacson
2001-02-20 0:01 ` Jeremy Jackson
2001-02-20 15:24 ` Rik van Riel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01022000584300.00783@SunWave1 \
--to=dieter.nuetzel@hamburg.de \
--cc=adi@acm.org \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@nl.linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.