The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-06-2008
siburajappan siburajappan is offline
Registered User
  
 

Join Date: Oct 2008
Location: India
Posts: 1
Getting CPU utilization of Java processes

Hi,

I have a java application running as a service in my unix Box. I want to test the CPU utilization and the Memory utilization of the app. I used top command and also the ps commands

This command is showing each thread in my app as a separate thread. So I have a lot of j9 entries.

Now my question is, if I get the utilization data of the parent process, will that give me the cummulative CPU and memory usage of my app ???

Are there any other tools which can be used to monitor java processes ??