Re: Help about calculating total memory consumption during booting

2013-12-30 Thread PINTU KUMAR
> > From: Stefan Beller >To: PINTU KUMAR ; "linux...@kvack.org" >; "linux-kernel@vger.kernel.org" >; "mgor...@suse.de" >Sent: Monday, 30 December 2013 1:55 AM >Subject: Re: Help about calculating total me

Re: Help about calculating total memory consumption during booting

2013-12-29 Thread Stefan Beller
On 29.12.2013 19:17, PINTU KUMAR wrote: > Hi, > > I need help in roughly calculating the total memory consumption in an > embedded Linux system just after booting is finished. > I know, I can see the memory stats using "free" and "/proc/meminfo" > > But, I need the breakup of "Used" memory durin

Help about calculating total memory consumption during booting

2013-12-29 Thread PINTU KUMAR
Hi, I need help in roughly calculating the total memory consumption in an embedded Linux system just after booting is finished. I know, I can see the memory stats using "free" and "/proc/meminfo" But, I need the breakup of "Used" memory during bootup, for both kernel space and user application.