Modifier and Type | Method and Description |
---|---|
static Map<Date,Statistics> |
Utilities.reCastMap(Map<Instant,org.apache.commons.math3.stat.descriptive.SummaryStatistics> map)
Recast map for better evaluation by plotter.
|
Modifier and Type | Method and Description |
---|---|
protected Statistics |
GeneralInfoData.addressesStatistics()
Get the statistics for the delivered messages count
|
protected Statistics |
GeneralInfoData.autoLinksStatistics()
Get the statistics for the released messages
|
protected Statistics |
GeneralInfoData.connectionsStatistics()
Get the statistics for the undelivered messages
|
protected Statistics |
GeneralInfoData.linkRoutesStatistics()
Get the statistics for the accepted messages
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<Date,Statistics>> |
GeneralInfoDataSet.getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
QDMemoryData.heldByThreadsStatistics()
Get the statistics for the held by thread memory
|
Statistics |
QDMemoryData.totalAllocFromHeapStatistics()
Get the statistics for the total allocated memory from heap
|
Statistics |
QDMemoryData.typeSizeStatistics()
Get the statistics for the type size memory
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<Date,Statistics>> |
QDMemoryDataSet.getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
Modifier and Type | Method and Description |
---|---|
protected Statistics |
RouterLinkData.acceptedStatistics()
Get the statistics for the accepted messages
|
protected Statistics |
RouterLinkData.deliveredStatistics()
Get the statistics for the delivered messages count
|
protected Statistics |
RouterLinkData.releasedStatistics()
Get the statistics for the released messages
|
protected Statistics |
RouterLinkData.undeliveredStatistics()
Get the statistics for the undelivered messages
|
Modifier and Type | Method and Description |
---|---|
Map<String,Map<Date,Statistics>> |
RouterLinkDataSet.getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultScatterPlotter.createChart(String yTitle,
File outputFile,
Map<Date,Statistics> stats) |
protected void |
AbstractInterconnectPlotter.plot(Map<Date,Statistics> reportData,
File outputDir,
String name) |
Modifier and Type | Method and Description |
---|---|
static Statistics |
StatisticsBuilder.of(DoubleStream stream)
A non-strict statistics builder
|
static Statistics |
StatisticsBuilder.strictOf(DoubleStream stream)
Having zeros on the data set may render some of the calculations invalid (ie.: the Geometric mean).
|
Modifier and Type | Method and Description |
---|---|
Statistics |
CommonMemoryData.committedStatistics()
Get the statistics for the committed heap
|
Statistics |
CommonMemoryData.usedStatistics()
Get the statistics for the used heap
|
Modifier and Type | Method and Description |
---|---|
protected Statistics |
QueueData.addedStatistics()
Get the statistics for the added messages
|
Statistics |
QueueData.consumerStatistics()
Get the statistics for the consumer count
|
Statistics |
QueueData.countStatistics()
Get the statistics for the message count
|
protected Statistics |
QueueData.expiredStatistics()
Get the statistics for the expired messages
|
Modifier and Type | Method and Description |
---|---|
Map<Date,Statistics> |
QueueDataSet.getStatistics()
Gets the aggregated statistics for the set on a per period basis.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
RateData.rateStatistics() |
This documentation was released into the public domain.