On Thursday 06 March 2008 14:13, asif kaleem wrote:
> Hi,
> 
> I need some information that how to check the physical and virtual memory
> footprint consumed by a certain application in embedded linux.

If you mean "I have a running process and want to know
how much it eats now",
then busybox's top can be useful. Press 's' there and you
will see expanded information about memory usage.
Basically, it is a processed data from /proc/PID/maps.
--
vda
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to