Package com.netscape.certsrv.util
Interface IStatsSubsystem
- All Superinterfaces:
ISubsystem
- All Known Implementing Classes:
StatsSubsystem
A class represents a internal subsystem. This subsystem
can be loaded into cert server kernel to perform
statistics collection.
- Version:
- $Revision$, $Date$
- Author:
- thomask
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Stops timing of a operation.Resets all internal counters.Retrieves the start time since startup or clearing of statistics.void
Resets counters.void
startTiming
(String id) Starts timing of a operation.void
startTiming
(String id, boolean main) Methods inherited from interface com.netscape.certsrv.base.ISubsystem
getConfigStore, getId, init, setId, shutdown, startup
-
Field Details
-
ID
- See Also:
-
-
Method Details
-
getStartTime
Date getStartTime()Retrieves the start time since startup or clearing of statistics. -
startTiming
Starts timing of a operation. -
startTiming
-
endTiming
Stops timing of a operation. -
resetCounters
void resetCounters()Resets counters. -
getMainStatsEvent
StatsEvent getMainStatsEvent()Resets all internal counters.
-