Thread: memory by pid
View Single Post

   
  #2 (permalink)  
Old 01-16-2008, 08:56 PM
Don Morris
 
Posts: n/a
Default Re: memory by pid

Adolfo wrote:
> Hello,
>
>
> Is there any command to see the memory, physical and swap, that it is
> using any process?
>
> Regards


UNIX95=1 ps -ef -o pid,sz,vsz,comm

should get you started. If you need something more detailed (usage by
object type) you'll need to use pstat or Glance.

Don
Reply With Quote