Magellan Linux

Contents of /tags/mkinitrd-6_3_3/busybox/scripts/sample_pmap

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1182 - (show annotations) (download)
Wed Dec 15 21:43:57 2010 UTC (13 years, 9 months ago) by niro
File size: 193 byte(s)
tagged 'mkinitrd-6_3_3'
1 #!/bin/sh
2
3 busybox=../busybox
4
5 $busybox sleep 10 &
6 pid=$!
7 sleep 1
8
9 echo "Memory map of '$busybox sleep 10':"
10 size $busybox
11 pmap $pid | env - grep "^[0-9a-f][0-9a-f]* " | sort -r -t " " -k2,999