[Ilugc] How to know the memory size of processes

2009-03-20 Thread sanjeev saini
> > 9. How to know the memory size of processes (Shrinivasan T) > > Friends. > > I want to know how much memory does a process takes. > > How to know this? > Hi this might be of some help to you http://www.cyberciti.biz/tips/howto-find-memory-used-by-program.html Regards Sanjeev

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread ராஜேந்திரன்
From: Shrinivasan T To: ILUG-C Sent: Friday, 20 March, 2009 4:01:11 PM Subject: [Ilugc] How to know the memory size of processes Friends. I want to know how much memory does a process takes. How to know this? Top is showing only for TOP processes. Thanks

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Shrinivasan T
Thanks friends. For wonderful tools and script. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com ___ To unsubscribe, email ilugc-requ...@ae.iit

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Satish Eerpini
I don remember where I got this really neat python script from , but I generally use it to check out the memory usage, and have found it to be quite accurate : __ import sys, os, string if os.getuid() !=0: sys.stderr.write

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Vikram Vincent
> Top is showing only for TOP processes. Try 'htop' -- Vikram Vincent +919448810822 http://swatantra.org/ ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in/mailm

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread aditya
> > Top is showing only for TOP processes. > You can do a top -p once you get the pid of the process (from ps). Also, if you're running a recent version of top, hitting 'H' will toggle between displaying individual thread statistics and a consolidated view (if it's a multi-threaded process) _

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Raja Subramanian
On Fri, Mar 20, 2009 at 4:09 PM, Kenneth Gonsalves wrote: > On Friday 20 March 2009 16:01:11 Shrinivasan T wrote: >> Top is showing only for TOP processes. > > man ps ps does not give you the whole story. A process may be sharing libraries with several other processes, have memory mapped files,

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Kenneth Gonsalves
On Friday 20 March 2009 16:04:42 sandeep mane wrote: > try ps -ax command. '-' is deprecated and top posts ARE NOT WELCOME ON THIS LIST -- regards kg http://lawgon.livejournal.com ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread Kenneth Gonsalves
On Friday 20 March 2009 16:01:11 Shrinivasan T wrote: > Top is showing only for TOP processes. man ps -- regards kg http://lawgon.livejournal.com ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the m

Re: [Ilugc] How to know the memory size of processes

2009-03-20 Thread sandeep mane
try ps -ax command. On Fri, Mar 20, 2009 at 4:01 PM, Shrinivasan T wrote: > Friends. > > I want to know how much memory does a process takes. > > How to know this? > > Top is showing only for TOP processes. > > Thanks. > > -- > Regards, > T.Shrinivasan > > > My experiences with Linux are here > h

[Ilugc] How to know the memory size of processes

2009-03-20 Thread Shrinivasan T
Friends. I want to know how much memory does a process takes. How to know this? Top is showing only for TOP processes. Thanks. -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com