vote up 4 vote down star

I've got a java application on a windows machine which pins the CPU from time to time. Would like to run a utility to get an idea of how many threads etc that application is creating. Is there such a utility?

flag

74% accept rate

3 Answers

vote up 2 vote down check

I've always been partial to YourKit.

There are lots of others though, both open source and commercial. If you do a google search for "java profilers" you should be able to find one to your liking.

link|flag
vote up 2 vote down

You could try jstack, should be part of the jdk.

link|flag
vote up 3 vote down

jconsole is included with the jdk and includes thread/memory/cpu monitoring

link|flag

Your Answer

Get an OpenID
or

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