tags:

views:

64

answers:

1

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,

+1  A: 

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/

Sundar
Additional link: http://java-source.net/open-source/profilers
Sundar