File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes Good profiler (JProbe vs. JProfiler vs free ones) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Good profiler (JProbe vs. JProfiler vs free ones)" Watch "Good profiler (JProbe vs. JProfiler vs free ones)" New topic
Author

Good profiler (JProbe vs. JProfiler vs free ones)

manuel aldana
Ranch Hand

Joined: Dec 29, 2005
Posts: 308
hi,

just another tool question: we are having problems with a java process which is taking high cpu load after running for a while. heap-memory consumption is not the problem (could already see this by using jconsole).
to analyze the bottleneck we want to use a profiler.

our tool requirements:
-plugin from outside to a running application/process (like jconsole)
-getting information about cpu-load and which methods/threads are the problem. good analyzation for that

i had a look at JProbe and JProfiler which are promising, but are there other free tools?

thanks for your information


aldana software engineering blog & .more
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
There is a good profiling tool that comes with NetBeans IDE.
steve souza
Ranch Hand

Joined: Jun 26, 2002
Posts: 852
a good list of p&t tools.

http://www.javaperformancetuning.com/resources.shtml
[ June 06, 2008: Message edited by: steve souza ]

http://www.jamonapi.com/ - a fast, free open source performance tuning api.
JavaRanch Performance FAQ
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Good profiler (JProbe vs. JProfiler vs free ones)
 
Similar Threads
String concatenation results in CPU load
better tool for CPU profiling?
Code profilers.
basic question about profiler
Help with thread dump