There are multiple tools available for CPU and memory profiling, jvisualvm is fairly new among these.

Are there any comparison/benchmarking between these tools? Which tool is better than other?

link|improve this question

80% accept rate
1  
+1. I wonder if somebody could provide comparison for YourKit – Petro Semeniuk Jun 16 '11 at 9:41
I would've liked to see an answer to this, but it's closed. I believe visualvm is the newer replacement for jprofiler, both free. I believe YourKit is commercial / not free. I was looking for info on visualvm because the monitor graphics "jump around" when monitoring memory, I think due to sampling issues. But I'll look a bit more before posting. – Mark Bennett Jul 1 '11 at 20:54
feedback

closed as not constructive by Abizern, marc_s, JB King, Dustin Laine, Bo Persson Jun 30 '11 at 17:21

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

I used YourKit Java Profiler and I was satisfied. Additionally, it is free for open-source projects (so I did not have to pay for it ;) )

link|improve this answer
With all the improvements lately to VisualVM, I am thinking that YourKit wouldn't be necessary. – djangofan Sep 2 '11 at 23:40
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.