| Package | Description |
|---|---|
| io.rainfall.configuration | |
| io.rainfall.statistics | |
| io.rainfall.statistics.monitor |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsCollector |
ReportingConfig.cpuStatistics() |
static StatisticsCollector |
ReportingConfig.gcStatistics() |
static StatisticsCollector |
ReportingConfig.memStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Set<StatisticsCollector> |
ReportingConfig.getStatisticsCollectors() |
| Modifier and Type | Method and Description |
|---|---|
ReportingConfig |
ReportingConfig.collect(StatisticsCollector... statisticsCollectors) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<StatisticsCollector> |
StatisticsHolder.getStatisticsCollectors() |
Set<StatisticsCollector> |
RuntimeStatisticsHolder.getStatisticsCollectors() |
Set<StatisticsCollector> |
WarmUpStatisticsHolder.getStatisticsCollectors() |
| Constructor and Description |
|---|
RuntimeStatisticsHolder(Enum<E>[] results,
Enum<E>[] resultsReported,
Set<StatisticsCollector> statisticsCollectors) |
StatisticsPeekHolder(Enum<E>[] resultsReported,
Map<String,Statistics<E>> statisticsMap,
Set<StatisticsCollector> statisticsCollectors,
ConcurrentHashMap<String,LongAdder> assertionsErrors,
RainfallHistogramSink<E> histograms,
long startTime) |
StatisticsThread(RuntimeStatisticsHolder<E> statisticsHolder,
ReportingConfig<E> reportingConfig,
List<String> description,
Set<StatisticsCollector> statisticsCollectors) |
| Modifier and Type | Class and Description |
|---|---|
class |
CpuStatisticsCollector
Created by Kevin Cleereman
|
class |
GcStatisticsCollector |
class |
MemStatisticsCollector
Created by Kevin Cleereman
|
Copyright © 2023. All rights reserved.