public class JmxMonitor
extends org.nanoframework.commons.entity.BaseEntity
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JmxMonitor.MemoryUsage |
| 构造器和说明 |
|---|
JmxMonitor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getCpuRatio() |
Integer |
getDaemonThreadCount() |
Map<JmxMonitor.MemoryUsage,Long> |
getHeapMemoryUsage() |
Integer |
getLoadedClassCount() |
Integer |
getPeakThreadCount() |
Integer |
getThreadCount() |
Double |
getTotalCpuRatio() |
Long |
getTotalLoadedClassCount() |
Long |
getTotalStartedThreadCount() |
List<Pointer> |
getTps() |
Long |
getUnloadedClassCount() |
void |
setCpuRatio(Double cpuRatio) |
void |
setDaemonThreadCount(Integer daemonThreadCount) |
void |
setHeapMemoryUsage(Map<JmxMonitor.MemoryUsage,Long> heapMemoryUsage) |
void |
setLoadedClassCount(Integer loadedClassCount) |
void |
setPeakThreadCount(Integer peakThreadCount) |
void |
setThreadCount(Integer threadCount) |
void |
setTotalCpuRatio(Double totalCpuRatio) |
void |
setTotalLoadedClassCount(Long totalLoadedClassCount) |
void |
setTotalStartedThreadCount(Long totalStartedThreadCount) |
void |
setTps(List<Pointer> tps) |
void |
setUnloadedClassCount(Long unloadedClassCount) |
public Integer getLoadedClassCount()
public void setLoadedClassCount(Integer loadedClassCount)
public Long getUnloadedClassCount()
public void setUnloadedClassCount(Long unloadedClassCount)
public Long getTotalLoadedClassCount()
public void setTotalLoadedClassCount(Long totalLoadedClassCount)
public Map<JmxMonitor.MemoryUsage,Long> getHeapMemoryUsage()
public void setHeapMemoryUsage(Map<JmxMonitor.MemoryUsage,Long> heapMemoryUsage)
public Double getCpuRatio()
public void setCpuRatio(Double cpuRatio)
public Double getTotalCpuRatio()
public void setTotalCpuRatio(Double totalCpuRatio)
public Long getTotalStartedThreadCount()
public void setTotalStartedThreadCount(Long totalStartedThreadCount)
public Integer getThreadCount()
public void setThreadCount(Integer threadCount)
public Integer getDaemonThreadCount()
public void setDaemonThreadCount(Integer daemonThreadCount)
public Integer getPeakThreadCount()
public void setPeakThreadCount(Integer peakThreadCount)
Copyright © 2015–2016. All rights reserved.