pmap

提供: セキュリティ
2013年6月4日 (火) 00:10時点におけるDaemon (トーク | 投稿記録)による版 (ページの作成:「<!-- vim: filetype=mediawiki --> [[{{PAGENAME}}]] とは、プロセスのメモリマップをレポートするLinuxのコマンドです。 '''読み方''' ...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
スポンサーリンク

pmap とは、プロセスのメモリマップをレポートするLinuxのコマンドです。

読み方

pmap
ぴーまっぷ

概要

pmap とは、プロセスのメモリマップをレポートするLinuxのコマンドです。

インストール

Linux のデフォルトのコマンドです。

書式

Usage: pmap [-x | -d] [-q] [-A low,high] pid...
-x  show details
-d  show offset and device number
-q  quiet; less header/footer info
-V  show the version number
-A  limit results to the given range
コマンドラインオプション
オプション 説明
-x 詳細の表示
-d オフセットとデバイス番号を表示する
-q 静かなモード。ヘッダー/フッター行を表示しません。
-V プログラムのバージョンを表示します。

使い方

$ pmap 16900
16900:   more /etc/rc
0000000000400000     32K r-x--  /bin/more
0000000000608000      4K rw---  /bin/more
0000000002236000    132K rw---    [ anon ]
000000364cc00000    128K r-x--  /lib64/ld-2.12.so
000000364ce1f000      4K r----  /lib64/ld-2.12.so
000000364ce20000      4K rw---  /lib64/ld-2.12.so
000000364ce21000      4K rw---    [ anon ]
000000364d000000   1576K r-x--  /lib64/libc-2.12.so
000000364d18a000   2044K -----  /lib64/libc-2.12.so
000000364d389000     16K r----  /lib64/libc-2.12.so
000000364d38d000      4K rw---  /lib64/libc-2.12.so
000000364d38e000     20K rw---    [ anon ]
000000365d800000    116K r-x--  /lib64/libtinfo.so.5.7
000000365d81d000   2048K -----  /lib64/libtinfo.so.5.7
000000365da1d000     16K rw---  /lib64/libtinfo.so.5.7
00007f3547aa7000  96836K r----  /usr/lib/locale/locale-archive
00007f354d938000     12K rw---    [ anon ]
00007f354d93f000      4K rw---    [ anon ]
00007f354d940000     28K r--s-  /usr/lib64/gconv/gconv-modules.cache
00007f354d947000      8K rw---    [ anon ]
00007fffccda4000     84K rw---    [ stack ]
00007fffccdff000      4K r-x--    [ anon ]
ffffffffff600000      4K r-x--    [ anon ]
 total           103128K

関連項目




スポンサーリンク