android_mt6572_jiabo/external/busybox/scripts/sample_pmap
2025-09-05 16:56:03 +08:00

11 lines
193 B
Bash
Executable file

#!/bin/sh
busybox=../busybox
$busybox sleep 10 &
pid=$!
sleep 1
echo "Memory map of '$busybox sleep 10':"
size $busybox
pmap $pid | env - grep "^[0-9a-f][0-9a-f]* " | sort -r -t " " -k2,999