Changes for page Development-Profiling WO Apps
Last modified by Pascal Robert on 2012/01/21 23:56
From version 12.1
edited by Kieran Kelleher
on 2008/11/12 14:20
on 2008/11/12 14:20
Change comment:
There is no comment for this version
To version 11.1
edited by Pascal Robert
on 2007/09/03 15:09
on 2007/09/03 15:09
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. kieran1 +XWiki.probert - Content
-
... ... @@ -1,13 +1,5 @@ 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 - 11 11 === Ulrich Köster === 12 12 13 13 I've tried some of them.