Technology, mountain biking, Mac stuff, politics and music.
If anyone ever needs to analyse Java thread dumps, Samurai is the Beez Neez. No more squinting at less.
posted by Tom Adams @ 12:14 pm 3 comments
Hi Tom,I noticed that it also does heap analysis. Unfortunately it doesn't do CPU profiling... well from what I can see.Have you come across any good FOSS Java 1.5 profilers? I was using the Eclipse colorer profiler for 1.4, but it falls over with 1.5. Thanks,Rob
Yeah the heap stuff is with GC logs, so it's after the fact. YourKit si the one I most often hear about that is OSS, but I've used JProfiler quite a bit and find it very nice.
YourKit is free for OS projects but isn't open source. It's not expensive though.
Post a Comment
<< Home
View my complete profile
3 Comments:
Hi Tom,
I noticed that it also does heap analysis. Unfortunately it doesn't do CPU profiling... well from what I can see.
Have you come across any good FOSS Java 1.5 profilers? I was using the Eclipse colorer profiler for 1.4, but it falls over with 1.5.
Thanks,
Rob
Yeah the heap stuff is with GC logs, so it's after the fact. YourKit si the one I most often hear about that is OSS, but I've used JProfiler quite a bit and find it very nice.
YourKit is free for OS projects but isn't open source. It's not expensive though.
Post a Comment
<< Home