如何在Spring Tomcat应用程序中监视内存?
作者:互联网
我有一个我要优化的spring应用程序,它使用了很多内存,很少有人使用它是很好的,但是数字稍微增加了一点,我也不知道从哪里开始.有没有办法知道哪些类和方法需要什么样的资源?
解决方法:
我认为JMX将是一个好的开始.使用Spring的JMX支持,将您的bean配置为与JMX集成将非常容易.
http://static.springsource.org/spring/docs/3.0.5.RELEASE/reference/jmx.html
标签:tomcat,memory-management,spring 来源: https://codeday.me/bug/20191208/2090169.html