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

From version 7.1
edited by Pascal Robert
on 2010/09/19 11:07
Change comment: There is no comment for this version
To version 9.1
edited by smmccraw
on 2007/07/08 09:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Development-Profiling WO Apps
1 +Programming__WebObjects-Web Applications-Development-Profiling WO Apps
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.smmccraw
Content
... ... @@ -1,17 +1,7 @@
1 -A profiler is a development tool that lets you examine memory useage and other bottlenecks in your app.
1 +A profiler is a development tool that lets you examine memory useage and other bottlenecks in your app.
2 2  
3 -=== Kieran Kelleher ===
3 +=== Ulrich Köster ===
4 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 -[[image:config.jpg]]
9 -
10 -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.
11 -[[image:jconsole.jpg]]
12 -
13 -=== Ulrich Köster ===
14 -
15 15  I've tried some of them.
16 16  
17 17  For the big problems jprofiler is great. The docs are useful, the interface is good and the performance is okay.
... ... @@ -19,34 +19,32 @@
19 19  
20 20  I don't remember much about the others. Some of them don't run under MacOSX and it can take a lot of time to find how to use them together with WO.
21 21  
22 -profiler homepage: [[http://www.ej-technologies.com/products/jprofiler/overview.html]] j
23 -jmechanic homepage: [[http://sourceforge.net/projects/jmechanic/]]
24 -to see jmechanic in action click on the profiler link: [[http://objectstyle.org/woproject/gallery.html]]
12 +profiler homepage: http:~/~/www.ej-technologies.com/products/jprofiler/overview.html j
13 +jmechanic homepage: http:~/~/sourceforge.net/projects/jmechanic/
14 +to see jmechanic in action click on the profiler link: http:~/~/objectstyle.org/woproject/gallery.html
25 25  Ulrich
26 26  
27 -=== Chuck Hill ===
17 +=== Chuck Hill ===
28 28  
29 29  If profiling on Windows is an option, you might also want to look at jSprint:
30 -[[http://www.javaperformancetuning.com/tools/jsprint/index.shtml]]
20 +http:~/~/www.javaperformancetuning.com/tools/jsprint/index.shtml
31 31  
32 -It is shareware, US$50. I've used it and was satisfied with it. It seems like a good deal for the price. I've not (yet) used jMechanic, so I can't compare the two.
22 +It is shareware, US$50. I've used it and was satisfied with it. It seems like a good deal for the price. I've not (yet) used jMechanic, so I can't compare the two.
33 33  
34 -Before you buy anything or try anything you would be well advised to spend a couple of hours at the above Java Performance Tuning site reading up on it: [[http://www.javaperformancetuning.com/index.shtml]]
24 +Before you buy anything or try anything you would be well advised to spend a couple of hours at the above Java Performance Tuning site reading up on it: http:~/~/www.javaperformancetuning.com/index.shtml
35 35  There is a lot of good information there.
36 36  
37 -=== David Hrivnak ===
27 +=== David Hrivnak ===
38 38  
39 39  (As of March 2007 the J-Sprint link above does not seem to work - the software may not be available anymore)
40 40  None of the tools on this page appear to work with WebObjects 4.5.1 on Windows.
41 41  
42 -=== Mike Schrag ===
32 +=== Mike Schrag ===
43 43  
44 44  I use [[JProfiler>>http://www.ej-technologies.com/products/jprofiler/overview.html]] from [[ej-technologies>>http://www.ej-technologies.com]]. It works as well as any of the other big named profilers, and it has explicit support for WebObjects. It is, however, not free like some of the other suggestions.
45 45  
46 -=== Pierce T. Wetter III ===
36 +=== Pierce T. Wetter III ===
47 47  
48 48  The CHUD tools (i.e. Shark) work on Java.
49 49  
50 -=== Using Shark with WebObjects ===
51 -
52 -If you want to use Shark, Mark Ritchie did a [[presentation>>http://www.wocommunity.org/podcasts/wowodc/west08/WOWODC08_Shark.mp4]] about using Shark with WebObjects at WOWODC 2008.
40 +Category:WebObjects