时间:2021-05-22
通过查看帮助,返回了如下信息:
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 exitFor more details see pmap(1).然后列出某个进程(PID:8868)的信息时如下:
pmap -x 8868Address Kbytes RSS Dirty Mode Mapping00007f789ec2d000 1668 1384 0 r-x-- libc-2.19.so00007f789edce000 2048 0 0 ----- libc-2.19.so00007f789efce000 16 16 16 r---- libc-2.19.so00007f789efd2000 8 8 8 rw--- libc-2.19.so00000000020e0000 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: 分配该内存的模块的名称
总结
以上所述是小编给大家介绍的linux中 pmap 命令详解,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
Linux系统操作中,除了可以使用命令监控系统性能外(详解监控Linux系统性能的命令有哪些),还可使用KSysguard工具,KSysguard是系统性能
详解Linux中的关机和重启命令一shutdown命令shutdown[选项]时间选项:?123-c:取消前一次关机命令-h:关机-r:重启二shutdown实
Linuxinit命令详解reboot可能是每个用过Linux的人都知道的命令,但有一个命令“init”才是命令中的精英。最近有个同事学习安装了CentOS,明
Linux中的文件复制cp命令和scp命令详解在使用操作系统的使用过程中,常常需要复制文件到本地或者传输文件到其他电脑上,这时候用到两个命令cp和scp。cp命
svn删除所有的.svn文件复制代码代码如下:find.-name.svn-typed-execrm-fr{}\;linux之cp/scp命令+scp命令详解名