> Hi there,
>
[quoted text clipped - 5 lines]
> which will quickly help me identify the badly performing areas of the
> app?
You can use -Xrunhprof (see doc for java application launcher) and then
analyze the result with HPJMeter (not to be confused with the test tool
JMeter) or PerfAnal to be found somewhere on Sun's site.
Or you can use the profiler plugin for Eclipse.
HTH
robert
Lord0 - 02 Oct 2006 14:14 GMT
> You can use -Xrunhprof (see doc for java application launcher) and then
> analyze the result with HPJMeter (not to be confused with the test tool
[quoted text clipped - 5 lines]
>
> robert
Thanks for the pointers m8.
Lord0