mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
pmap is a tool used to look at processes' memory maps, normally found in procps package. It provides more readable and easily sortable output (one line per mapping) from maps/smaps files in /proc/PID/. This would help in debugging memory usage issues, especially on devices where lots of typing is not a viable option. This patch does'n implement -d and -A command line options of GNU pmap, since those are not that must have features and I was afraid of going blind from looking at its code. The implementation takes smaps scanning part out of procps_scan() function and moves it into procps_read_smaps(), which does more detailed processing of a single PID's smaps data. Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| Config.src | ||
| free.c | ||
| fuser.c | ||
| iostat.c | ||
| Kbuild.src | ||
| kill.c | ||
| mpstat.c | ||
| nmeter.c | ||
| pgrep.c | ||
| pidof.c | ||
| pmap.c | ||
| ps.c | ||
| ps.posix | ||
| renice.c | ||
| smemcap.c | ||
| sysctl.c | ||
| top.c | ||
| uptime.c | ||
| watch.c | ||