mayank051285
mayank051285

Reputation: 89

Want to use JConsole in Performance Testing

Just want to know that is JConsole is good to use for perfoamance testing. Is JConsole create any issue under load test??

Upvotes: 0

Views: 516

Answers (1)

Salah
Salah

Reputation: 8657

JConsole is good tool, but i prefer to use visualVM, its free and more powerful tool to track the J2EE performance application, some of its features:

  • Provide a CPU profiling.
  • Provide all info about Threads.
  • Provide the JVM Heap and the memory states.
  • Provide Info about the GC activities.

And its not creating any issue, it maybe has some performance impact in the load test, but you will not notice that.

Upvotes: 1

Related Questions