Uses of Class
org.openspaces.admin.pu.statistics.AbstractTimeWindowStatisticsConfig
Packages that use AbstractTimeWindowStatisticsConfig
-
Uses of AbstractTimeWindowStatisticsConfig in org.openspaces.admin.internal.pu.statistics
Modifier and TypeClassDescriptionclassA placeholder for an undefined time window statistics configuration that respects window size in itsAbstractConfig.hashCode()andAbstractConfig.equals(Object)method.Constructors in org.openspaces.admin.internal.pu.statistics with parameters of type AbstractTimeWindowStatisticsConfigModifierConstructorDescriptionErasedTimeWindowStatisticsConfig(AbstractTimeWindowStatisticsConfig timeWindowStatistics) -
Uses of AbstractTimeWindowStatisticsConfig in org.openspaces.admin.pu.statistics
Subclasses of AbstractTimeWindowStatisticsConfig in org.openspaces.admin.pu.statisticsModifier and TypeClassDescriptionclassclassCalculates the cpu percentage by dividing the total CPU values by delta time passed in milliseconds.classConfigurations that aggregate statistics from a time window by picking up the sample with the highest value.classConfigurations that aggregate statistics from a time window by picking up the sample with the smallest value.classPicks the Nth percentile of time window instance values.classCalculates the throughput (requests per second)by taking total request count and dividing by time