com.caucho.management.server
Interface SnapshotServiceMXBean
- All Superinterfaces:
- ManagedObjectMXBean
public interface SnapshotServiceMXBean
- extends ManagedObjectMXBean
Interface for taking and retrieving a snapshot.
resin:type=SnapshotService
snapshotJmx
void snapshotJmx()
snapshotHeap
void snapshotHeap()
snapshotThreadDump
void snapshotThreadDump()
snapshotHealth
void snapshotHealth()
snapshotScoreboards
void snapshotScoreboards()
startProfile
void startProfile(long samplingRate,
int stackDepth)
stopProfile
void stopProfile()
snapshotProfile
void snapshotProfile()
snapshotProfile
void snapshotProfile(long period,
long samplingRate,
int stackDepth)