3

how can you list or monitor threads used by a currently running project in eclipse? Is there a plugin because my eclipse doesn't seem to have such a view.

thanks

wassermine
  • 131
  • 1
  • 1
  • 9
  • 2
    http://stackoverflow.com/questions/9731849/how-can-i-monitor-how-many-threads-and-memory-usage-in-my-jvm-or-eclipse – Ajinkya Nov 28 '12 at 10:01

1 Answers1

18

When you have started your application in debug mode. You can see the threads in the Debug view which is in the Debug perspective by default.

Screeshot

For detailed information you have to use VisualVM.

Kai
  • 38,985
  • 14
  • 88
  • 103