跳过导航链接
A C D E F G H I J M O Q R S X 

A

AbstractDetector - org.noear.solon.health.detector中的类
检测器虚拟类
AbstractDetector() - 类 的构造器org.noear.solon.health.detector.AbstractDetector
 
add(Detector) - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
添加
all() - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
获取全部

C

CmdUtil - org.noear.solon.health.detector.util中的类
命令行执行工具
CmdUtil() - 类 的构造器org.noear.solon.health.detector.util.CmdUtil
 
configure() - 类 中的方法org.noear.solon.health.detector.integration.HealthConfigurator
配置
CpuDetector - org.noear.solon.health.detector.impl中的类
Cpu 探测器
CpuDetector() - 类 的构造器org.noear.solon.health.detector.impl.CpuDetector
 

D

Detector - org.noear.solon.health.detector中的接口
检测器
DetectorManager - org.noear.solon.health.detector中的类
Detector 管理器
DetectorManager() - 类 的构造器org.noear.solon.health.detector.DetectorManager
 
DiskDetector - org.noear.solon.health.detector.impl中的类
磁盘 探测器
DiskDetector() - 类 的构造器org.noear.solon.health.detector.impl.DiskDetector
 

E

execute(String...) - 类 中的静态方法org.noear.solon.health.detector.util.CmdUtil
 
execute(boolean, String...) - 类 中的静态方法org.noear.solon.health.detector.util.CmdUtil
 

F

formatByteSize(long) - 类 中的静态方法org.noear.solon.health.detector.util.SizeUtil
 

G

get() - 接口 中的方法org.noear.solon.health.detector.Detector
 
get(String) - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
获取
getInfo() - 接口 中的方法org.noear.solon.health.detector.Detector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.CpuDetector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.DiskDetector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.JvmMemoryDetector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.MemoryDetector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.OsDetector
 
getInfo() - 类 中的方法org.noear.solon.health.detector.impl.QpsDetector
 
getMore(String...) - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
获取多个
getName() - 接口 中的方法org.noear.solon.health.detector.Detector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.CpuDetector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.DiskDetector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.JvmMemoryDetector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.MemoryDetector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.OsDetector
 
getName() - 类 中的方法org.noear.solon.health.detector.impl.QpsDetector
 

H

HealthConfigurator - org.noear.solon.health.detector.integration中的类
健康处理器
HealthConfigurator() - 类 的构造器org.noear.solon.health.detector.integration.HealthConfigurator
 

I

isEnabled() - 类 中的方法org.noear.solon.health.detector.integration.HealthConfigurator
是否启用

J

JvmMemoryDetector - org.noear.solon.health.detector.impl中的类
jvm 探测器
JvmMemoryDetector() - 类 的构造器org.noear.solon.health.detector.impl.JvmMemoryDetector
 

M

matcher(Pattern, String) - 类 中的方法org.noear.solon.health.detector.AbstractDetector
 
MemoryDetector - org.noear.solon.health.detector.impl中的类
内存 探测器
MemoryDetector() - 类 的构造器org.noear.solon.health.detector.impl.MemoryDetector
 

O

ONE_EB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
ONE_GB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
ONE_KB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
ONE_MB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
ONE_PB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
ONE_TB - 类 中的静态变量org.noear.solon.health.detector.util.SizeUtil
 
org.noear.solon.health.detector - 程序包 org.noear.solon.health.detector
 
org.noear.solon.health.detector.impl - 程序包 org.noear.solon.health.detector.impl
 
org.noear.solon.health.detector.integration - 程序包 org.noear.solon.health.detector.integration
 
org.noear.solon.health.detector.util - 程序包 org.noear.solon.health.detector.util
 
OsDetector - org.noear.solon.health.detector.impl中的类
系统 探测器
OsDetector() - 类 的构造器org.noear.solon.health.detector.impl.OsDetector
 
osName - 类 中的静态变量org.noear.solon.health.detector.AbstractDetector
 

Q

QpsDetector - org.noear.solon.health.detector.impl中的类
Qps 探测器
QpsDetector() - 类 的构造器org.noear.solon.health.detector.impl.QpsDetector
 

R

remove(String) - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
移除

S

SizeUtil - org.noear.solon.health.detector.util中的类
 
SizeUtil() - 类 的构造器org.noear.solon.health.detector.util.SizeUtil
 
start() - 接口 中的方法org.noear.solon.health.detector.Detector
 
start(String...) - 类 中的静态方法org.noear.solon.health.detector.DetectorManager
启动
start() - 类 中的方法org.noear.solon.health.detector.impl.QpsDetector
 
start(AppContext) - 类 中的方法org.noear.solon.health.detector.integration.XPluginImp
 
stop() - 接口 中的方法org.noear.solon.health.detector.Detector
 

X

XPluginImp - org.noear.solon.health.detector.integration中的类
 
XPluginImp() - 类 的构造器org.noear.solon.health.detector.integration.XPluginImp
 
A C D E F G H I J M O Q R S X 
跳过导航链接

Copyright © 2023. All rights reserved.