您好,登錄后才能下訂單哦!
pmap 命令怎么在linux中使用?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
通過查看幫助,返回了如下信息:
Usage: pmap [options] pid [pid ...] Options: -x, --extended show details -X show even more details WARNING: format changes according to /proc/PID/smaps -XX show everything the kernel provides -c, --read-rc read the default rc -C, --read-rc-from=<file> read the rc from file -n, --create-rc create new default rc -N, --create-rc-to=<file> create new rc to file NOTE: pid arguments are not allowed with -n, -N -d, --device show the device format -q, --quiet do not display header and footer -p, --show-path show path in the mapping -A, --range=<low>[,<high>] limit results to the given range -h, --help display this help and exit -V, --version output version information and exit For more details see pmap(1).
然后列出某個進程(PID:8868)的信息時如下:
pmap -x 8868 Address Kbytes RSS Dirty Mode Mapping 00007f789ec2d000 1668 1384 0 r-x-- libc-2.19.so 00007f789edce000 2048 0 0 ----- libc-2.19.so 00007f789efce000 16 16 16 r---- libc-2.19.so 00007f789efd2000 8 8 8 rw--- libc-2.19.so 00000000020e0000 4008 4008 4008 rw--- [ anon ] 00007f787c000000 132 24 24 rw--- [ anon ] 00007f787c021000 65404 0 0 ----- [ anon ] 00007f7880000000 132 12 12 rw--- [ anon ] 00007f7880021000 65404 0 0 ----- [ anon ] 00007f7884000000 148 92 92 rw--- [ anon ] 00007f7884025000 65388 0 0 ----- [ anon ]
以上列表項的含義如下:
Address: 內存分配地址
Kbytes: 實際分配的內存大小
RSS: 程序實際占用的內存大小
Mapping: 分配該內存的模塊的名稱
看完上述內容,你們掌握pmap 命令怎么在linux中使用的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。