Package org.openspaces.admin.pu.statistics
package org.openspaces.admin.pu.statistics
-
ClassDescriptionBase class for statistics configurations that aggregate samples based on a specified time windowCalculates the average of all cluster instances values.Fluent API for creating a new
AverageTimeWindowStatisticsConfigobjectCalculates the cpu percentage by dividing the total CPU values by delta time passed in milliseconds.Fluent API for creating a newCpuPercentageTimeWindowStatisticsConfigurerobjectDenotes that aProcessingUnitStatisticsIdapplies to all of the Processing Unit.Picks the minimum of all cluster instances values.Configurations that aggregate statistics from a time window by picking up the sample with the highest value.Creates a newMaximumTimeWindowStatisticsConfigobjectPicks the minimum of all cluster instances values.Configurations that aggregate statistics from a time window by picking up the sample with the smallest value.Creates a newMinimumTimeWindowStatisticsConfigobjectPicks the Nth percentile of cluster instance values.Fluent API for creating a newPercentileInstancesStatisticsConfigobjectPicks the Nth percentile of time window instance values.Fluent API for creating a newPercentileTimeWindowStatisticsConfigobjectIdentifies a processing unit statistics value, by specifying the monitoring source and the statistics functions applied to it.Provides fluent API for creating a newProcessingUnitStatisticsIdobject.Defines that statistics are not aggregated but for a specific instance.Fluent API for creating a newSingleInstanceStatisticsConfigobjectCalculates the throughput (requests per second)by taking total request count and dividing by timeFluent API for creating a newThroughputTimeWindowStatisticsConfigobjectMarks configurations that aggregate statistics from time samples.