|
Description:
|
meanAndPercentileMonitor MANAGED OBJECT CLASS
DERIVED FROM movingAverageMeanMonitor;
CHARACTERIZED BY
meanAndPercentileMonitorPackage PACKAGE
BEHAVIOUR
meanAndPercentileMonitorBehaviour BEHAVIOUR
DEFINED AS
"See 8.1.7.3.";,
ewmaGaugePercentileBehaviour BEHAVIOUR
DEFINED AS
"See B.2.4";;
ATTRIBUTES
secondMovingTimePeriod GET-REPLACE, -- used in GaugePercentileBehaviour
-- to calculate T2, See B.2.4 and 8.1.7.2.
estimateOfLargestInReplication GET-REPLACE, -- See B.2.4 and 8.1.7.2.
estimateOfSmallestInReplication GET-REPLACE, -- See B.2.4 and 8.1.7.2.
estimateOfMedian GET-REPLACE, -- See B.2.4 and 8.1.7.2.
estimateOf100-PCTPercentile GET-REPLACE, -- See B.2.4 and 8.1.7.2.
estimateOfPCTPercentile GET-REPLACE, -- See B.2.4 and 8.1.7.2.
numberOfReplications GET-REPLACE -- See B.2.4 and 8.1.7.2.
;;;
CONDITIONAL PACKAGES
configurablePercentilePackage PRESENT IF "configurable percentiles is
required. See 8.1.7.2.";
|
|
|
|