role of threads - profiling?

2007-06-13 Thread paul womack
I'm just trying to do some simple profiling on an app running under tomcat 4. I've enabled profiling using: JAVA_OPTS=-Xrunhprof:cpu=samples,depth=40,thread=y; export JAVA_OPTS and am successfully getting a java.hprof.txt file when tomcat is stopped. (after a 70 second run, with a perl script

Re: role of threads - profiling?

2007-06-13 Thread David Delbecq
En l'instant précis du 13/06/07 14:35, paul womack s'exprimait en ces termes: I'm just trying to do some simple profiling on an app running under tomcat 4. I've enabled profiling using: JAVA_OPTS=-Xrunhprof:cpu=samples,depth=40,thread=y; export JAVA_OPTS and am successfully getting a