Serialized Form
-
Package com.berryworks.jquantify
-
Class com.berryworks.jquantify.EventCounter extends Metric implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mCurrentInterval
EventCounterInterval mCurrentInterval
-
mNow
long mNow
-
mPeakEvents
EventCounterInterval mPeakEvents
-
mPriorInterval
EventCounterInterval mPriorInterval
-
-
Class com.berryworks.jquantify.EventCounterInterval extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closed
boolean closed
-
duration
long duration
Number of milliseconds contained within the interval -
events
long events
Number of events that have been counted in this interval -
priorEvents
long priorEvents
Number of counted events that occurred before the beginning of this interval -
startTime
long startTime
Time stamp of the first millisecond contained within the interval
-
-
Class com.berryworks.jquantify.Metric extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
intervalSeconds
int intervalSeconds
How many seconds are in each interval -
label
String label
-
startTime
long startTime
When theMetricwas constructed or reset -
totalIntervals
long totalIntervals
Number of intervals that have occurred so far during the life of thisMetric
-
-
Class com.berryworks.jquantify.MetricRepository extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.berryworks.jquantify.SessionCounter extends EventCounter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cumulativeSessionTime
float cumulativeSessionTime
-
maxSessionStartTime
long maxSessionStartTime
-
maxSessionTime
long maxSessionTime
-
peakConcurrency
SessionCounterInterval peakConcurrency
-
recentSessionTime
long recentSessionTime
-
startTimes
LinkedList<Long> startTimes
-
-
Class com.berryworks.jquantify.SessionCounterInterval extends EventCounterInterval implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eventStops
long eventStops
Number of event terminations (stops) observed within the scope of this interval -
peakConcurrency
long peakConcurrency
Peak event concurrency observed within the scope of this interval -
priorConcurrency
long priorConcurrency
Event concurrency level as this interval began
-
-
-
Package com.berryworks.jquantify.util
-
Class com.berryworks.jquantify.util.VMUsage extends Metric implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
activeThreads
int activeThreads
-
activeThreadsMaximum
int activeThreadsMaximum
-
activeThreadsMinimum
int activeThreadsMinimum
-
activeThreadsSum
float activeThreadsSum
-
freeMemory
long freeMemory
-
freeMemoryMaximum
long freeMemoryMaximum
-
freeMemoryMinimum
long freeMemoryMinimum
-
freeMemorySum
double freeMemorySum
-
samples
int samples
-
totalMemory
long totalMemory
-
totalMemoryMaximum
long totalMemoryMaximum
-
totalMemoryMinimum
long totalMemoryMinimum
-
totalMemorySum
double totalMemorySum
-
-