Java程序监控指标

监控指标:

1、CPU平均使用率

2、内存平均使用率

3、应用程序错误数

4、应用程序请求量

5、应用平均响应时间

6、硬件I/O指标

7、JMX

7.1、Full gc count
7.2、Full gc time
7.3、Young gc count
7.4、Young gc time
7.5、Heap memory used
7.6、threads
7.7、Eden,survivor
7.8、Old generation

原文地址:https://www.cnblogs.com/frankyou/p/9476254.html