Package | Description |
---|---|
com.streamscape.runtime.stats |
Modifier and Type | Method and Description |
---|---|
void |
StatsMonitor.addCpuThresholdListener(int threshold)
Adds a new listener that monitors the specified CPU threshold.
|
void |
StatsMonitor.addCpuThresholdListener(int threshold,
java.lang.String key)
Adds a new listener that monitors the specified CPU threshold.
|
void |
StatsMonitor.addCpuThresholdListener(int threshold,
java.lang.String key,
int interval)
Adds a new listener that monitors the specified CPU threshold.
|
void |
StatsMonitor.addDiskThresholdListener(int threshold)
Adds a new listener that monitors the specified disk threshold.
|
void |
StatsMonitor.addDiskThresholdListener(int threshold,
java.lang.String key)
Adds a new listener that monitors the specified disk threshold.
|
void |
StatsMonitor.addListener(java.lang.String name,
StatsListener listener)
Adds the specified specified listener.
|
void |
StatsMonitor.addMemoryThresholdListener(int threshold)
Adds a new listener that monitors the specified memory threshold.
|
void |
StatsMonitor.addMemoryThresholdListener(int threshold,
java.lang.String key)
Adds a new listener that monitors the specified memory threshold.
|
java.util.List |
StatsMonitor.getRemoteRuntimeStats()
Returns a list of snapshots of the JVM runtime statistics for all node in the sysplex.
|
void |
StatsMonitor.setCpuThresholdListenerInterval(int threshold,
java.lang.String key,
int interval)
Sets the exceeding interval for the specified CPU threshold listener.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.