Performance drop after 5 days running web application, how to spot the bottleneck?

后端 未结 8 2144
滥情空心
滥情空心 2021-02-14 12:46

I\'ve developed a web application using the following tech stack:

  • Java
  • Mysql
  • Scala
  • Play Framework
  • DavMail integration (for cale
8条回答
  •  无人共我
    2021-02-14 13:12

    You might just want to try the 'play status' command, which will list web app state (threads, jobs, etc). This might give you a hint on what's going on.

提交回复
热议问题