Magellan Linux

Annotation of /tags/mkinitrd-6_3_1/busybox/scripts/sample_pmap

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (hide annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 2 months ago) by niro
Original Path: trunk/mkinitrd-magellan/busybox/scripts/sample_pmap
File size: 193 byte(s)
-updated to busybox-1.13.4
1 niro 816 #!/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