步骤:

1.假设jboss运行在 192.168.1.100:8080 地址和端口上。

2. 浏览器中访问http://192.168.1.100:8080/,然后选择jmx-console

3.选择jboss.system。   选择type=serverinfo.

       查看内存情况:

          1.调用 listMemoryPools。显示 code cache , eden space, surviro space ,tenured gen,perm gen的used,commit,max的值。

      查看线程情况:

         2.调用 listThreadDump,显示线程的运行情况。

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-07-20
  • 2021-10-17
  • 2021-10-22
  • 2021-07-03
  • 2021-11-22
猜你喜欢
  • 2022-02-19
  • 2021-10-24
  • 2021-06-15
  • 2022-12-23
  • 2021-10-02
  • 2022-02-01
相关资源
相似解决方案