You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefano Mazzocchi <st...@apache.org> on 2003/03/19 17:56:00 UTC

[FYI] how to profile cocoon

Do this:

1) ./cocoon.sh servlet-profile
2) when you want to make a profile dump kit CTRL-\ on UNIX and 
CTRL-Break on Win32
3) this will save a file called java.hprof.txt in the directory

now go to

http://www.hp.com/products1/unix/java/hpjmeter/downloads/license_hpjmeter.html

and download HPjmeter (nothing related to our good old Apache JMeter)

4) run it
5) load the java.hprof.txt in that
6) enjoy.

Stefano.