PMAP(1) Linux User’s Manual PMAP(1)
名前
pmap - プロセスのメモリマップを表示する
書式
pmap [ -x | -d ] [ -q ] pids...
pmap -V
説明
pmap コマンドはプロセス (群) のメモリマップを表示する。
一般のオプション
-x 拡張モード 拡張フォーマットで表示する。
-d デバイスモード デバイスフォーマットで表示する。
-q 寡黙モード ヘッダ・フッタ行を表示しない。
-V バージョン表示 プログラムのバージョンを表示する。
拡張とデバイスフォーマット項目
Address: マップの開始アドレス
Kbytes: キロバイト単位のマップサイズ
RSS: キロバイト単位の常駐メモリサイズ
Dirty: キロバイト単位のダーティーページ(共有とプライベート両方)
Mode: マップのパーミッション: 読込み、書込み、実行、共有、プライベート(書き込み時コピー)
Mapping: マップされているファイル名、または ’[ anon ]’ で動的に確保されたメモリ、または ’[ stack ]’ でプログラムスタック
Offset: ファイルのオフセット
Device: デバイス名 (メジャー:マイナー)
関連項目
ps(1) pgrep(1)
準拠
対応する標準はないが、SunOS の pmap コマンドに非常に似ている。
著者
procps コ
バグ報告は
PMAP(1) Linux User’s Manual PMAP(1)
NAME
pmap - report memory map of a process
SYNOPSIS
pmap [ -x | -d ] [ -q ] pids...
pmap -V
DESCRIPTION
The pmap command reports the memory map of a process or processes.
GENERAL OPTIONS
-x extended Show the extended format.
-d device Show the device format.
-q quiet Do not display some header/footer lines.
-V show version Displays version of program.
EXTENDED AND DEVICE FORMAT FIELDS
Address: start address of map
Kbytes: size of map in kilobytes
RSS: resident set size in kilobytes
Dirty: dirty pages (both shared and private) in kilobytes
Mode: permissions on map: read, write, execute, shared, private (copy on write)
Mapping: file backing the map, or ’[ anon ]’ for allocated memory, or ’[ stack ]’ for the program stack
Offset: offset into the file
Device: device name (major:minor)
SEE ALSO
ps(1) pgrep(1)
STANDARDS
No standards apply, but pmap looks an awful lot like a SunOS command.
AUTHOR
Albert Cahalan
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa