public class MetricInfo extends Object
Constructor and Description |
---|
MetricInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAddresses()
节点地址
|
int |
getDaemonThreadCnt()
daemon thread count
|
List<GraphMetricsInfo> |
getGraphMetrics()
graph info
|
long |
getHeapCommitted()
heap Committed
|
long |
getHeapInit()
heap Init
|
long |
getHeapMax()
heap Max
|
long |
getHeapTotal()
heap Total
|
long |
getHeapUsed()
heap Used
|
Collection<String> |
getHostName()
节点主机名
|
String |
getId()
节点id
|
long |
getLastUpdateTime()
lastUpdateTime
|
long |
getNodeStartTime()
启动时间
|
int |
getPeakThreadCnt()
peak thread count
|
long |
getStartedThreadCnt()
started thread count
|
int |
getThreadCnt()
thread count
|
public Collection<String> getAddresses()
public int getDaemonThreadCnt()
public List<GraphMetricsInfo> getGraphMetrics()
public long getHeapCommitted()
public long getHeapInit()
public long getHeapMax()
public long getHeapTotal()
public long getHeapUsed()
public Collection<String> getHostName()
public String getId()
public long getLastUpdateTime()
public long getNodeStartTime()
public int getPeakThreadCnt()
public long getStartedThreadCnt()
public int getThreadCnt()
Copyright © 2024. All rights reserved.