提交 baa19d47 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update JVMMetricsService.proto

上级 b68c7b43
......@@ -9,5 +9,27 @@ service JVMMetricsService {
}
message JVMMetrics {
repeated JVMMetric metrics = 1;
}
message JVMMetric {
long time = 1;
CPU cpu = 2;
MEMORY memory = 3;
GC gc = 4;
}
message CPU {
}
message MEMORY {
long heapInit = 1;
long heapMax = 2;
long heapUsed = 3;
long nonHeapInit = 4;
long nonHeapMax = 5;
long nonHeapUsed = 6;
}
message GC {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册