Package | Description |
---|---|
org.openspaces.admin.pu.statistics |
Modifier and Type | Class and Description |
---|---|
class |
AverageInstancesStatisticsConfig
Calculates the average of all cluster instances values.
|
class |
AverageTimeWindowStatisticsConfig |
class |
CpuPercentageTimeWindowStatisticsConfig
Calculates the cpu percentage by dividing the total CPU values by delta time passed in
milliseconds.
|
class |
LastSampleTimeWindowStatisticsConfig |
class |
MaximumInstancesStatisticsConfig
Picks the minimum of all cluster instances values.
|
class |
MaximumTimeWindowStatisticsConfig
Configurations that aggregate statistics from a time window by picking up the sample with the
highest value.
|
class |
MinimumInstancesStatisticsConfig
Picks the minimum of all cluster instances values.
|
class |
MinimumTimeWindowStatisticsConfig
Configurations that aggregate statistics from a time window by picking up the sample with the
smallest value.
|
class |
PercentileInstancesStatisticsConfig
Picks the Nth percentile of cluster instance values.
|
class |
PercentileTimeWindowStatisticsConfig
Picks the Nth percentile of time window instance values.
|
class |
ThroughputTimeWindowStatisticsConfig
Calculates the throughput (requests per second)by taking total request count and dividing by
time
|
Copyright © GigaSpaces.