linux pmap命令,linux中关于pmap的命令实例分析

本文详细介绍了Linux中的pmap命令,用于查看进程的内存映射情况。通过pmap -x 8868,可以看到进程8868的内存分配地址、实际内存大小、RSS占用和映射模块等信息,例如libc-2.19.so的多个内存段。这些信息对于理解和调试进程的内存使用非常有帮助。
摘要由CSDN通过智能技术生成

这篇文章主要介绍了linux中 pmap 命令详解,需要的朋友可以参考下

通过查看帮助,返回了如下信息:

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= read the rc from file

-n, --create-rc create new default rc

-N, --create-rc-to= 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=[,] 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: 分配该内存的模块的名称

总结

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值