Last modified by Pascal Robert on 2012/01/21 23:56

From version 11.1
edited by Pascal Robert
on 2007/09/03 15:09
Change comment: There is no comment for this version
To version 12.1
edited by Kieran Kelleher
on 2008/11/12 14:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.kieran
Content
... ... @@ -1,5 +1,13 @@
1 1  A profiler is a development tool that lets you examine memory useage and other bottlenecks in your app.
2 2  
3 +=== Kieran Kelleher ===
4 +
5 +Free and simple. I like the built-in sun monitoring tool. Java 1.5+ only.
6 +
7 +Simply add appropriate argument to your launch configuration:
8 +
9 +After that, open your unix terminal and type jconsole which launches the monitoring console and detects running java apps. Select your app and watch it at work. I like the Memory and Threads tabs.
10 +
3 3  === Ulrich Köster ===
4 4  
5 5  I've tried some of them.