-
Notifications
You must be signed in to change notification settings - Fork 5.4k
readme_report
youyong205 edited this page Feb 15, 2019
·
3 revisions
CAT提供以下几种报表:
-
Transaction报表 一段代码运行时间、次数,比如URL、Cache、SQL执行次数和响应时间
-
Event报表 一行代码运行次数,比如出现一个异常
-
Problem报表 根据Transaction/Event数据分析出来系统可能出现的异常,包括访问较慢的程序等
-
Heartbeat报表 JVM内部一些状态信息,比如Memory,Thread等
-
Business报表 业务监控报表,比如订单指标,支付等业务指标