Modifier and Type | Method and Description |
---|---|
double[] |
CpuStat.getPerProcessorUsage() |
long |
CpuStat.getTimeStamp() |
void |
CpuStat.setPerProcessorUsage(double[] perProcessorUsage) |
void |
CpuStat.setTimeStamp(long timeStamp) |
Modifier and Type | Method and Description |
---|---|
long |
MemoryStat.getBuffers() |
long |
MemoryStat.getCached() |
long |
MemoryStat.getCommitLimit() |
long |
MemoryStat.getFree() |
long |
MemoryStat.getSwapFree() |
long |
MemoryStat.getSwapTotal() |
long |
MemoryStat.getTimeStamp() |
long |
MemoryStat.getTotal() |
void |
MemoryStat.setBuffers(long buffers) |
void |
MemoryStat.setCached(long cached) |
void |
MemoryStat.setCommitLimit(long commitLimit) |
void |
MemoryStat.setFree(long free) |
void |
MemoryStat.setSwapFree(long swapFree) |
void |
MemoryStat.setSwapTotal(long swapTotal) |
void |
MemoryStat.setTimeStamp(long timeStamp) |
void |
MemoryStat.setTotal(long total) |
Modifier and Type | Method and Description |
---|---|
long |
NodeStat.getInterleaveHit() |
long |
NumaNodeStat.getInterleaveHit() |
long |
NodeStat.getLocalNode() |
long |
NumaNodeStat.getLocalNode() |
int |
NodeStat.getNode() |
int |
NumaNodeStat.getNodeId() |
NumaNodeStat[] |
NumaStat.getNodeStats() |
long |
NodeStat.getNumaForeign() |
long |
NumaNodeStat.getNumaForeign() |
long |
NodeStat.getNumaHit() |
long |
NumaNodeStat.getNumaHit() |
long |
NodeStat.getNumaMiss() |
long |
NumaNodeStat.getNumaMiss() |
int |
NumaHostInfo.getNumNumaNodes() |
long |
NodeStat.getOtherNode() |
long |
NumaNodeStat.getOtherNode() |
long |
NumaStat.getTimeStamp() |
void |
NodeStat.setInterleaveHit(long interleaveHit) |
void |
NumaNodeStat.setInterleaveHit(long interleaveHit) |
void |
NodeStat.setLocalNode(long localNode) |
void |
NumaNodeStat.setLocalNode(long localNode) |
void |
NodeStat.setNode(int node) |
void |
NumaNodeStat.setNodeId(int nodeId) |
void |
NumaStat.setNodeStats(NumaNodeStat[] nodeStats) |
void |
NodeStat.setNumaForeign(long numaForeign) |
void |
NumaNodeStat.setNumaForeign(long numaForeign) |
void |
NodeStat.setNumaHit(long numaHit) |
void |
NumaNodeStat.setNumaHit(long numaHit) |
void |
NodeStat.setNumaMiss(long numaMiss) |
void |
NumaNodeStat.setNumaMiss(long numaMiss) |
void |
NumaHostInfo.setNumNumaNodes(int numNumaNodes) |
void |
NodeStat.setOtherNode(long otherNode) |
void |
NumaNodeStat.setOtherNode(long otherNode) |
void |
NumaStat.setTimeStamp(long timeStamp) |
Modifier and Type | Method and Description |
---|---|
String |
BasePojo.getAgentId() |
String |
AgentInformation.getConfigListenAddress() |
int |
HostInfo.getCpuCount() |
String |
HostInfo.getCpuModel() |
String |
BackendInformation.getDescription() |
VmInfo.KeyValuePair[] |
VmInfo.getEnvironmentAsArray() |
String |
HostInfo.getHostname() |
String |
NetworkInterfaceInfo.getInterfaceName() |
String |
NetworkInterfaceInfo.getIp4Addr() |
String |
NetworkInterfaceInfo.getIp6Addr() |
String |
VmInfo.getJavaCommandLine() |
String |
VmInfo.getJavaHome() |
String |
VmInfo.getJavaVersion() |
String |
VmInfo.KeyValuePair.getKey() |
String[] |
VmInfo.getLoadedNativeLibraries() |
String |
VmInfo.getMainClass() |
String |
BackendInformation.getName() |
int |
BackendInformation.getOrderValue() |
String |
HostInfo.getOsKernel() |
String |
HostInfo.getOsName() |
int[] |
BackendInformation.getPids() |
VmInfo.KeyValuePair[] |
VmInfo.getPropertiesAsArray() |
long |
AgentInformation.getStartTime() |
long |
VmInfo.getStartTimeStamp() |
long |
AgentInformation.getStopTime() |
long |
VmInfo.getStopTimeStamp() |
long |
HostInfo.getTotalMemory()
Total memory in bytes
|
long |
VmInfo.getUid()
Returns the system user id for the owner of this JVM process,
or -1 if an owner could not be found.
|
String |
VmInfo.getUsername()
Returns the system user name for the owner of this JVM process,
or null if an owner could not be found.
|
String |
VmInfo.KeyValuePair.getValue() |
String |
VmInfo.getVmArguments() |
int |
VmInfo.getVmId() |
String |
VmInfo.getVmInfo() |
String |
VmInfo.getVmName() |
int |
VmInfo.getVmPid() |
String |
VmInfo.getVmVersion() |
boolean |
BackendInformation.isActive() |
boolean |
AgentInformation.isAlive() |
boolean |
BackendInformation.isObserveNewJvm() |
void |
BackendInformation.setActive(boolean active) |
void |
BasePojo.setAgentId(String agentId) |
void |
AgentInformation.setAlive(boolean alive) |
void |
AgentInformation.setConfigListenAddress(String address) |
void |
HostInfo.setCpuCount(int cpuCount) |
void |
HostInfo.setCpuModel(String cpuModel) |
void |
BackendInformation.setDescription(String description) |
void |
VmInfo.setEnvironmentAsArray(VmInfo.KeyValuePair[] environment) |
void |
HostInfo.setHostname(String hostname) |
void |
NetworkInterfaceInfo.setInterfaceName(String iFace) |
void |
NetworkInterfaceInfo.setIp4Addr(String newAddr) |
void |
NetworkInterfaceInfo.setIp6Addr(String newAddr) |
void |
VmInfo.setJavaCommandLine(String javaCommandLine) |
void |
VmInfo.setJavaHome(String javaHome) |
void |
VmInfo.setJavaVersion(String javaVersion) |
void |
VmInfo.KeyValuePair.setKey(String key) |
void |
VmInfo.setLoadedNativeLibraries(String[] loadedNativeLibraries) |
void |
VmInfo.setMainClass(String mainClass) |
void |
BackendInformation.setName(String name) |
void |
BackendInformation.setObserveNewJvm(boolean observeNewJvm) |
void |
BackendInformation.setOrderValue(int orderValue) |
void |
HostInfo.setOsKernel(String osKernel) |
void |
HostInfo.setOsName(String osName) |
void |
BackendInformation.setPids(int[] pids) |
void |
VmInfo.setPropertiesAsArray(VmInfo.KeyValuePair[] properties) |
void |
AgentInformation.setStartTime(long startTime) |
void |
VmInfo.setStartTimeStamp(long startTime) |
void |
AgentInformation.setStopTime(long stopTime) |
void |
VmInfo.setStopTimeStamp(long stopTime) |
void |
HostInfo.setTotalMemory(long totalMemory) |
void |
VmInfo.setUid(long uid) |
void |
VmInfo.setUsername(String username) |
void |
VmInfo.KeyValuePair.setValue(String value) |
void |
VmInfo.setVmArguments(String vmArguments) |
void |
VmInfo.setVmId(int vmId) |
void |
VmInfo.setVmInfo(String vmInfo) |
void |
VmInfo.setVmName(String vmName) |
void |
VmInfo.setVmPid(int vmPid) |
void |
VmInfo.setVmVersion(String vmVersion) |
Modifier and Type | Method and Description |
---|---|
long |
ThreadInfoData.getAllocatedBytes() |
long |
ThreadSummary.getCurrentDaemonThreads() |
long |
ThreadSummary.getCurrentLiveThreads() |
String[] |
VMThreadCapabilities.getSupportedFeaturesList() |
long |
ThreadInfoData.getThreadBlockedCount() |
long |
ThreadInfoData.getThreadCpuTime() |
long |
ThreadInfoData.getThreadId() |
String |
ThreadInfoData.getThreadName() |
String |
ThreadInfoData.getThreadState() |
long |
ThreadInfoData.getThreadUserTime() |
long |
ThreadInfoData.getThreadWaitCount() |
long |
ThreadInfoData.getTimeStamp() |
long |
ThreadHarvestingStatus.getTimeStamp() |
long |
ThreadSummary.getTimeStamp() |
int |
ThreadInfoData.getVmId() |
int |
ThreadHarvestingStatus.getVmId() |
int |
ThreadSummary.getVmId() |
int |
VMThreadCapabilities.getVmId() |
boolean |
ThreadHarvestingStatus.isHarvesting() |
void |
ThreadInfoData.setAllocatedBytes(long allocatedBytes) |
void |
ThreadSummary.setCurrentDaemonThreads(long daemonThreads) |
void |
ThreadSummary.setCurrentLiveThreads(long currentLiveThreads) |
void |
ThreadHarvestingStatus.setHarvesting(boolean collecting) |
void |
VMThreadCapabilities.setSupportedFeaturesList(String[] features) |
void |
ThreadInfoData.setThreadBlockedCount(long blockedCount) |
void |
ThreadInfoData.setThreadCpuTime(long threadCpuTime) |
void |
ThreadInfoData.setThreadId(long threadID) |
void |
ThreadInfoData.setThreadName(String threadName) |
void |
ThreadInfoData.setThreadState(String threadStateString) |
void |
ThreadInfoData.setThreadUserTime(long threadUserTime) |
void |
ThreadInfoData.setThreadWaitCount(long waitedCount) |
void |
ThreadInfoData.setTimeStamp(long timestamp) |
void |
ThreadHarvestingStatus.setTimeStamp(long newTimeStamp) |
void |
ThreadSummary.setTimeStamp(long timestamp) |
void |
ThreadInfoData.setVmId(int vmId) |
void |
ThreadHarvestingStatus.setVmId(int newVmId) |
void |
ThreadSummary.setVmId(int vmId) |
void |
VMThreadCapabilities.setVmId(int vmId) |
Modifier and Type | Method and Description |
---|---|
long |
VmClassStat.getLoadedClasses() |
long |
VmClassStat.getTimeStamp() |
int |
VmClassStat.getVmId() |
void |
VmClassStat.setLoadedClasses(long loadedClasses) |
void |
VmClassStat.setTimeStamp(long timestamp) |
void |
VmClassStat.setVmId(int vmId) |
Modifier and Type | Method and Description |
---|---|
double |
VmCpuStat.getCpuLoad()
The cpu load in percent (as in 100.0 for 100%).
|
long |
VmCpuStat.getTimeStamp() |
int |
VmCpuStat.getVmId() |
void |
VmCpuStat.setCpuLoad(double cpuLoad) |
void |
VmCpuStat.setTimeStamp(long timeStamp) |
void |
VmCpuStat.setVmId(int vmId) |
Modifier and Type | Method and Description |
---|---|
String |
VmGcStat.getCollectorName() |
long |
VmGcStat.getRunCount() |
long |
VmGcStat.getTimeStamp() |
int |
VmGcStat.getVmId() |
long |
VmGcStat.getWallTime() |
void |
VmGcStat.setCollectorName(String collectorName) |
void |
VmGcStat.setRunCount(long runCount) |
void |
VmGcStat.setTimeStamp(long timeStamp) |
void |
VmGcStat.setVmId(int vmId) |
void |
VmGcStat.setWallTime(long wallTime) |
Modifier and Type | Method and Description |
---|---|
String |
HeapInfo.getHeapDumpId() |
String |
HeapInfo.getHeapId() |
String |
HeapInfo.getHistogramId() |
long |
HeapInfo.getTimeStamp() |
int |
HeapInfo.getVmId() |
void |
HeapInfo.setHeapDumpId(String heapDumpId) |
void |
HeapInfo.setHeapId(String heapId) |
void |
HeapInfo.setHistogramId(String histogramId) |
void |
HeapInfo.setTimeStamp(long timestamp) |
void |
HeapInfo.setVmId(int vmId) |
Modifier and Type | Method and Description |
---|---|
String |
JmxNotification.getContents() |
String |
JmxNotification.getImportance() |
String |
JmxNotification.getSourceBackend() |
String |
JmxNotification.getSourceDetails() |
long |
JmxNotification.getTimeStamp() |
long |
JmxNotificationStatus.getTimeStamp() |
int |
JmxNotification.getVmId() |
int |
JmxNotificationStatus.getVmId() |
boolean |
JmxNotificationStatus.isEnabled() |
void |
JmxNotification.setContents(String contents) |
void |
JmxNotificationStatus.setEnabled(boolean enabled) |
void |
JmxNotification.setImportance(String importance) |
void |
JmxNotification.setSourceBackend(String sourceBackend) |
void |
JmxNotification.setSourceDetails(String sourceDetails) |
void |
JmxNotification.setTimeStamp(long timeStamp) |
void |
JmxNotificationStatus.setTimeStamp(long timeStamp) |
void |
JmxNotification.setVmId(int vmId) |
void |
JmxNotificationStatus.setVmId(int vmId) |
Modifier and Type | Method and Description |
---|---|
long |
VmMemoryStat.Generation.getCapacity() |
long |
VmMemoryStat.Space.getCapacity() |
String |
VmMemoryStat.Generation.getCollector() |
VmMemoryStat.Generation[] |
VmMemoryStat.getGenerations() |
int |
VmMemoryStat.Space.getIndex() |
long |
VmMemoryStat.Generation.getMaxCapacity() |
long |
VmMemoryStat.Space.getMaxCapacity() |
String |
VmMemoryStat.Generation.getName() |
String |
VmMemoryStat.Space.getName() |
VmMemoryStat.Space[] |
VmMemoryStat.Generation.getSpaces() |
long |
VmMemoryStat.getTimeStamp() |
long |
VmMemoryStat.Space.getUsed() |
int |
VmMemoryStat.getVmId() |
void |
VmMemoryStat.Generation.setCapacity(long capacity) |
void |
VmMemoryStat.Space.setCapacity(long capacity) |
void |
VmMemoryStat.Generation.setCollector(String collector) |
void |
VmMemoryStat.setGenerations(VmMemoryStat.Generation[] generations) |
void |
VmMemoryStat.Space.setIndex(int index) |
void |
VmMemoryStat.Generation.setMaxCapacity(long maxCapacity) |
void |
VmMemoryStat.Space.setMaxCapacity(long maxCapacity) |
void |
VmMemoryStat.Generation.setName(String name) |
void |
VmMemoryStat.Space.setName(String name) |
void |
VmMemoryStat.Generation.setSpaces(VmMemoryStat.Space[] spaces) |
void |
VmMemoryStat.setTimeStamp(long timeStamp) |
void |
VmMemoryStat.Space.setUsed(long used) |
void |
VmMemoryStat.setVmId(int vmId) |
Copyright © 2013. All Rights Reserved.