Class Summary |
ActivityCounter |
Tracks the number of operations begun, as a way of measuring level of
activity. |
Latency |
A struct holding the min, max, avg, 95th, and 99th percentile measurements
for the collection of values held in a LatencyStat. |
LatencyStat |
A stat that keeps track of latency in milliseconds and presents average,
min, max, 95th and 99th percentile values. |
StatsTracker<T> |
Maintain interval and cumulative stats for a given set of operations, as
well as a activityCounter that generates thread dumps if operations take too
long. |
StringUtils |
|