Is there any good free(open source) Java profiler

C

Colin Song

Is there any open source java profiler (like JProfiler) for
performance testing (both local app and test web app running in
containers e.g tomcat)?

Thanks.
 
T

Thomas Kellerer

Colin Song, 04.02.2009 10:51:
Is there any open source java profiler (like JProfiler) for
performance testing (both local app and test web app running in
containers e.g tomcat)?

Thanks.

NetBeans has an integrated profiler which does what you describe

Parts of it are also available as VisualVM (https://visualvm.dev.java.net/) which is part of the JDK since 1.6.0_11

Thomas
 
S

Sigfried

Thomas Kellerer a écrit :
Colin Song, 04.02.2009 10:51:

NetBeans has an integrated profiler which does what you describe

Parts of it are also available as VisualVM
(https://visualvm.dev.java.net/) which is part of the JDK since 1.6.0_11

In can find it in my "C:\Program Files\Java\jdk1.6.0_11\bin", are you sure ?
 
T

Thomas Kellerer

Sigfried, 04.02.2009 12:31:
Thomas Kellerer a écrit :

In can find it in my "C:\Program Files\Java\jdk1.6.0_11\bin", are you
sure ?

I'm pretty sure. It was already included in _10

c:\jdk16\bin>java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)

c:\jdk16\bin>dir *visual*
Volume in drive C is ........
Volume Serial Number is ..........

Directory of c:\jdk16\bin

16.10.2008 15:14 36.352 jvisualvm.exe
1 File(s) 36.352 bytes
0 Dir(s) 28.369.981.440 bytes free
c:\jdk16\bin>


Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top