What could cause global Tomcat/JVM slowdown?

前端 未结 7 1252
误落风尘
误落风尘 2020-12-07 09:48

I\'m experiencing a strange but severe problem running several (about 15) instances of a Java EE-ish web applications (Hibernate 4+Spring+Quartz+JSF+Facelets+Richfaces) on T

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 10:31

    What happens after your app is performing slow for a while, does it get back to performing well? If so then I would check if there is any activity that is not related to your app taking place at this time. Something like an antivirus scan or a system/db backup.

    If not then I would suggest running it with a profiler (JProfiler, yourkit, etc.) this tools can point you to your hotspots very easily.

提交回复
热议问题