A Java application I support that runs on JRE 1.4.2_12 is hanging near midnight every night. I'd like to try and record as much profiling information as I can to discover if there is an issue in the JVM or external to the app.
I'd like to use HPROF to collect as much information as possible.
- Is there a way to have HPROF dump its cpu sample and memory allocation report every minute instead of at the termination of the JVM?
- Is there a different, more appropriate profiler that can collect information like this?