public class MonitorManager extends Object implements Runnable
Monitor.
For the duration of any Pherf run, when the configured PherfConstants.MONITOR_FREQUENCY
is reached a snapshot of each monitor is taken and dumped out to a log file.| Constructor and Description |
|---|
MonitorManager() |
MonitorManager(long monitorFrequency) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMonitorFrequency() |
long |
getRowCount() |
boolean |
isRunning() |
List<Result> |
readResults()
This method should really only be used for testing
|
void |
run() |
boolean |
shouldStop() |
void |
stop() |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.