patric-r / jvmtop

Java monitoring for the command-line, profiler included
GNU General Public License v2.0
1.22k stars 252 forks source link

Open Source Profiling tool (JVM level) #101

Open CHANDRAMOHAN1980 opened 7 years ago

CHANDRAMOHAN1980 commented 7 years ago

Hi ,

I am looking for any open source - monitoring/profiling tool (JVM level) to be installed for further investigation/analysis.

Except java native monitoring tool such as Jconsole,JvisualVM,JMC.

Application : Java looking for class or method level in terms of cpu and memory.

CHANDRAMOHAN1980 commented 7 years ago

Hi,

Is there any update please?

tckb commented 7 years ago

@CHANDRAMOHAN1980 I am not exactly sure what you're trying to find? jvmTop is an OSS profiling tool for JVM.

CHANDRAMOHAN1980 commented 7 years ago

Need to know is there any java method level profiling.

tckb commented 7 years ago

No. only class-level CPU profiling is supported

CHANDRAMOHAN1980 commented 7 years ago

is it a open source tool..What are the steps to install over in my server for profiling.

mskadu commented 7 years ago

@CHANDRAMOHAN1980 - have you looked at the main page of this project? Look for a section titled "Installation" :)