AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Memory by process

    Posted Thu June 19, 2008 09:26 AM

    Originally posted by: SystemAdmin


    How is the best way to see exactly how much RAM and SWAP a single process is using?
    Most of the tools I have found only show overall memory usage for the entire system -- not by process.
    #AIX-Forum


  • 2.  Re: Memory by process

    Posted Thu June 19, 2008 10:00 AM

    Originally posted by: orphy


    svmon -P <PID>
    Orphy
    #AIX-Forum


  • 3.  Re: Memory by process

    Posted Thu June 19, 2008 01:08 PM

    Originally posted by: SystemAdmin


    svmon -P 2039950<hr />
    Pid Command Inuse Pin Pgsp Virtual 64-bit Mthrd 16MB
    2039950 oracle 1009339 65584 69573 470865 Y N N

    PageSize Inuse Pin Pgsp Virtual
    s 4 KB 863867 0 69573 325393
    m 64 KB 4996 3 0 4996


    So then (Inuse + Pin) * 4 is the amount of RAM in kb the pid is using?

    #AIX-Forum