Uses of Package
org.openspaces.admin.pu.statistics
Packages that use org.openspaces.admin.pu.statistics
Package
Description
Internally Used.
-
Classes in org.openspaces.admin.pu.statistics used by org.openspaces.admin.internal.puClassDescriptionIdentifies a processing unit statistics value, by specifying the monitoring source and the statistics functions applied to it.
-
Classes in org.openspaces.admin.pu.statistics used by org.openspaces.admin.internal.pu.statisticsClassDescriptionBase class for statistics configurations that aggregate samples based on a specified time windowIdentifies a processing unit statistics value, by specifying the monitoring source and the statistics functions applied to it.Marks configurations that aggregate statistics from time samples.
-
Classes in org.openspaces.admin.pu.statistics used by org.openspaces.admin.pu.statisticsClassDescriptionBase class for statistics configurations that aggregate samples based on a specified time windowFluent 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 newCpuPercentageTimeWindowStatisticsConfigurerobjectConfigurations that aggregate statistics from a time window by picking up the sample with the highest value.Creates a newMaximumTimeWindowStatisticsConfigobjectConfigurations 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.