Tools to monitor java thread execution

后端 未结 6 765
太阳男子
太阳男子 2021-02-06 11:14

I\'ve a java web application running on an Tomcat server(Linux). In the production environment I\'m facing some performance issue. At random intervals the jsvc process on which

6条回答
  •  面向向阳花
    2021-02-06 11:49

    VisualVM is what you're looking for. It ships with newer JDKs and allows you to monitor thread usage.

提交回复
热议问题