| java.lang.Object org.apache.geronimo.monitoring.snapshot.SnapshotProcessor
SnapshotProcessor | public class SnapshotProcessor (Code) | | Thread that is in charge of executing every x milliseconds. Upon each
iteration, a snapshot of the server's information is recorded.
|
Method Summary | |
public static MasterRemoteControlJMX | getMRC() An instance of a MRC. | public static void | takeSnapshot() Collects JSR-77 statistics for all mbeans that have been chosen to
be monitored and stores it in a DB. |
takeSnapshot | public static void takeSnapshot()(Code) | | Collects JSR-77 statistics for all mbeans that have been chosen to
be monitored and stores it in a DB. Will also, archive snapshots
if they have passed their retention period.
Parameters: username - Parameters: password - |
|
|