| Package | Description |
|---|---|
| org.noear.solon.health.detector | |
| org.noear.solon.health.detector.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDetector
检测器虚拟类
|
| Modifier and Type | Method and Description |
|---|---|
static Detector |
DetectorManager.get(String name)
获取
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Detector> |
DetectorManager.all()
获取全部
|
static Map<String,Detector> |
DetectorManager.getMore(String... names)
获取多个
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DetectorManager.add(Detector detector)
添加
|
| Modifier and Type | Class and Description |
|---|---|
class |
CpuDetector
Cpu 探测器
|
class |
DiskDetector
磁盘 探测器
|
class |
JvmMemoryDetector
jvm 探测器
|
class |
MemoryDetector
内存 探测器
|
class |
OsDetector
系统 探测器
|
class |
QpsDetector
Qps 探测器
|
Copyright © 2025. All rights reserved.