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

后端 未结 8 2139
滥情空心
滥情空心 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:04

    Try using VisualVM - you can monitor gc behaviour, memory usage, heap, threads, cpu usage etc. You can use it to connect to a remote VM.

提交回复
热议问题