You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
##是否启用,1为启用
ismonitor = 1
##内存监控日志频率,秒为单位
MemCPUThreadRun = 5
##线程监控日志频率,小时单位,支持4位小数
SysThreadRun = 0.05
##SQL监控返回记录数, 单位为条
SQLExecCount = 10000
##SQL监控执行时间,单位为mi
SQLExecTime = 10000
##aop配置检查频率, 秒为单位
AopThreadRun = 60
##内存预警配置信息
##是否启用内存预警
##zt@2014-05-21 永久禁用重启机制 (从配置和代码上都禁用)
isMemWarning = 0
##内存检测周期,以秒为单位
memCycle = 2
##内存问题发生次数
memCount = 30
##内存上限, 单位M
memMax = 100
##内存下限, 单位M
memMin = 20
##线程预警配置信息
##是否启用线程预警
isThreadWarning = 1
##zt@2014/3/17 添加
##单独的预警关闭控制, 如果为0则关闭, 否则启动。
##启动时会打印时间, 其实就是上面的SysThreadRun, 这里是共用的。
isThreadWarningStart = 0
##异常逻辑线程检测cpu使用率, 单位百分比
CpuRatio = 60
##未发现异常逻辑线程检测次数
threadCycle = 5
##发现异常线程检测次数
execptionThreadCycle = 2