How to check memory footprint in embedded linux

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 20 14:33:07 UTC 2008


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



More information about the busybox mailing list