Name | Data Type | Value | Scope | Flavors |
---|---|---|---|---|
Description | string | This class represents a logical entity that resides in the data forwarding path of a network device. It describes the metering of network traffic using an Exponentially Weighted Moving Average meter. This meter can be modeled as a simple IIR low-pass filter that measures the rate of incoming packets over a small fixed sampling interval. Any admitted packet that pushes the average rate over a pre-defined limit is defined to be non-conforming. This is modeled as a subclass of ConditioningService and has the ability to invoke different ConditioningServices for conforming and non-conforming traffic. | None | TRANSLATABLE= true |
Name | Data Type | Qualifiers | ||||
---|---|---|---|---|---|---|
Name | Data Type | Value | Scope | Flavors | ||
AverageRate | real32 | |||||
Description | string | This property is a 32-bit real number that defines the average rate against which the sampled arrival rate of packets should be measured. Any packet that causes the sampled rate to exceed this rate is deemed non-conforming. | None | TRANSLATABLE= true | ||
Units | string | KiloBits Per Second | None | TRANSLATABLE= true | ||
DeltaInterval | uint64 | |||||
Description | string | This property is a 64-bit unsigned integer that defines the sampling interval used to measure the arrival rate in bytes. The calculated rate is averaged over this interval and checked against the AverageRate property. All packets whose computed average arrival rate is less than the AverageRate are deemed conforming. | None | TRANSLATABLE= true | ||
Units | string | NanoSeconds | None | TRANSLATABLE= true | ||
Gain | real32 | |||||
Description | string | This property is a 32-bit real number that defines the time constant (e.g. frequency response) of what is essentially a simple IIR low-pass filter. | None | TRANSLATABLE= true |
Name | Data Type | Class Origin |
---|---|---|
Caption | string | CIM_ManagedElement |
ConformanceLevels | uint16 | CIM_MeterService |
CreationClassName | string | CIM_Service |
Description | string | CIM_ManagedElement |
Enabled | boolean | CIM_ConditioningService |
InstallDate | datetime | CIM_ManagedSystemElement |
MeterType | uint16 | CIM_MeterService |
Name | string | CIM_Service |
OtherMeterType | string | CIM_MeterService |
OtherProtocolType | string | CIM_ForwardingService |
ProtocolType | uint16 | CIM_ForwardingService |
ServiceURL | string | CIM_NetworkService |
Started | boolean | CIM_Service |
StartMode | string | CIM_Service |
Status | string | CIM_ManagedSystemElement |
SystemCreationClassName | string | CIM_Service |
SystemName | string | CIM_Service |