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. > > Thanks, > asif > > hi, is cat /proc/<pid of application>/maps what you need ? otherwise ps has a lot of option that help with that. re, wh