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,

Community
  • 1
  • 1
2Real
  • 4,321
  • 4
  • 23
  • 27
  • duplicate: http://stackoverflow.com/questions/14762/please-recommend-a-java-profiler – danben Jun 17 '10 at 17:06
  • duplicate: http://stackoverflow.com/questions/392203/looking-for-recommendations-for-end-to-end-java-cpu-profilers – danben Jun 17 '10 at 17:07
  • Thanks for the reply. I've looked through those sites. – 2Real Jun 17 '10 at 17:08
  • If none of those have what you are looking for then you should edit your question with more specific details; as it is your question is exactly the same. – danben Jun 17 '10 at 17:09
  • None of them really match what I like about Lambda Probe (web interface that lets me monitor a remote unix machine) If I'm going about this the wrong way, let me know because I'm learning this as I go. – 2Real Jun 17 '10 at 17:12
  • All these profilers can be attached to remote processes. So you run your profiler on your local computer and it can profile an application on your unix box. – Cem Catikkas Jun 17 '10 at 18:10
  • I'm also looking for one that gives me more than general information ie specific memory and cpu usage. – 2Real Jun 17 '10 at 18:15

1 Answers1

1

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
  • 1,204
  • 1
  • 14
  • 17