man-pages/man1/pmap.1.html
2021-03-31 01:06:50 +01:00

124 lines
3.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of PMAP</TITLE>
</HEAD><BODY>
<H1>PMAP</H1>
Section: User Commands (1)<BR>Updated: September 2012<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pmap - report memory map of a process
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>pmap</B>
[<I>options</I>] <I>pid</I> [...]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
The pmap command reports the memory map of a process or processes.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-x</B>, <B>--extended</B><DD>
Show the extended format.
<DT id="2"><B>-d</B>, <B>--device</B><DD>
Show the device format.
<DT id="3"><B>-q</B>, <B>--quiet</B><DD>
Do not display some header or footer lines.
<DT id="4"><B>-A</B>, <B>--range</B> <I>low</I>,<I>high</I><DD>
Limit results to the given range to
<I>low</I>
and
<I>high</I>
address range. Notice that the low and high arguments are single string
separated with comma.
<DT id="5"><B>-X</B><DD>
Show even more details than the <B>-x</B> option. WARNING: format changes
according to <I>/proc/PID/smaps</I>
<DT id="6"><B>-XX</B><DD>
Show everything the kernel provides
<DT id="7"><B>-p</B>, <B>--show-path</B><DD>
Show full path to files in the mapping column
<DT id="8"><B>-c</B>, <B>--read-rc</B><DD>
Read the default configuration
<DT id="9"><B>-C</B>, <B>--read-rc-from</B> <I>file</I><DD>
Read the configuration from <I>file</I>
<DT id="10"><B>-n</B>, <B>--create-rc</B><DD>
Create new default configuration
<DT id="11"><B>-N</B>, <B>--create-rc-to</B> <I>file</I><DD>
Create new configuration to <I>file</I>
<DT id="12"><B>-h</B>, <B>--help</B><DD>
Display help text and exit.
<DT id="13"><B>-V</B>, <B>--version</B><DD>
Display version information and exit.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>EXIT STATUS</H2>
<P>
<DL COMPACT><DT id="14"><DD>
<DL COMPACT>
<DT id="15"><B>0</B>
<DD>
Success.
<DT id="16"><B>1</B>
<DD>
Failure.
<DT id="17"><B>42</B>
<DD>
Did not find all processes asked for.
</DL>
</DL>
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+ps">ps</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pgrep">pgrep</A></B>(1)
<A NAME="lbAH">&nbsp;</A>
<H2>STANDARDS</H2>
No standards apply, but pmap looks an awful lot like a SunOS command.
<A NAME="lbAI">&nbsp;</A>
<H2>REPORTING BUGS</H2>
Please send bug reports to
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="18"><A HREF="#lbAB">NAME</A><DD>
<DT id="19"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="20"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="21"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="22"><A HREF="#lbAF">EXIT STATUS</A><DD>
<DT id="23"><A HREF="#lbAG">SEE ALSO</A><DD>
<DT id="24"><A HREF="#lbAH">STANDARDS</A><DD>
<DT id="25"><A HREF="#lbAI">REPORTING BUGS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:23 GMT, March 31, 2021
</BODY>
</HTML>