|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IStats.Latencies
Represents an IStats.Series
used to collect latency timings.
Latency statistics only support recording of values up to Integer.MAX_VALUE.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.stats.IStats.Series |
---|
IStats.Series.Collector, IStats.Series.Type |
Field Summary | |
---|---|
static String |
PROP_LATENCY_MANAGER_SAMPLE_SIZE
Property that can be used to control the default sampling size for latencies series stats. |
Fields inherited from interface com.neeve.stats.IStats.Series |
---|
PROP_SERIES_SAMPLE_SIZE, PROP_SERIES_SAMPLE_SIZE_DEFAULT |
Method Summary |
---|
Methods inherited from interface com.neeve.stats.IStats.Series |
---|
add, compute, get, get, getName, getNameAsRaw, getType, max, mean, median, min, pct75, pct90, pct99, pct999, pct9999, reset, sample, sequenceNumber, size |
Field Detail |
---|
static final String PROP_LATENCY_MANAGER_SAMPLE_SIZE
If the number of datapoints collected in a stats interval exceeds this size the computation for histographical data will be lossy, increasing the value will reduce loss of datapoints, but results in greater overhead in stats collection in terms of both memory usage and pressure on the process caches.
Default value: Value of IStats.Series.PROP_SERIES_SAMPLE_SIZE_DEFAULT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |