AIX

AIX

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


#Power
 View Only
  • 1.  memory utilise by JVM on AIX

    Posted Tue October 09, 2012 05:46 AM

    Originally posted by: WiseMind


    Hi,

    How to see that particular java process is taking too much memory on machine ? any useful command ?
    Like I have a java process who is running and taking too much memory.. how to find memory utilzation?

    Thanks
    #AIX-Forum


  • 2.  Re: memory utilise by JVM on AIX

    Posted Thu October 11, 2012 03:27 AM

    Originally posted by: romeo_ninov


    ps auxxx|grep java
    to take a look inside java process you can use visualvm
    #AIX-Forum


  • 3.  Re: memory utilise by JVM on AIX

    Posted Fri October 12, 2012 02:20 AM

    Originally posted by: WiseMind


    Thanks for your reply.

    visualvm can work with IBM JDK on aix machine ? Its not working here..

    How to see Java process details on AIX machine.

    Thanks
    #AIX-Forum