Free JVM profilers for websites [duplicate]
Possible Duplicates:
Open Source Java Profilers Please recommend a Java profiler
I'm looking for a JVM profiler (preferably open source) so I can look at the heap and cpu usage of my personal website.
I've used Lambda Probe, and I like it because it provides a web interface for my remote Unix computer that has no display. I was wondering what else is available
Also, it would be helpful if I could see specific memory and cpu usage.
Thanks开发者_如何学Go,
Have you checked Netbeans profiler and/or Eclipse TPTP. Both are worth trying and they are very good.
http://profiler.netbeans.org/
http://www.eclipse.org/tptp/
精彩评论