MteResource

Leafs

class DISMANEVENTMIB.MteResource

Bases: Entity

Class Hierarchy : DISMANEVENTMIB MteResource

This class represents state data.

mteresourcesampleminimum

The minimum mteTriggerFrequency this system will accept. A system may use the larger values of this minimum to lessen the impact of constant sampling. For larger sampling intervals the system samples less often and suffers less overhead. This object provides a way to enforce such lower overhead for all triggers created after it is set. Unless explicitly resource limited, a system’s value for this object SHOULD be 1, allowing as small as a 1 second interval for ongoing trigger sampling. Changing this value will not invalidate an existing setting of mteTriggerFrequency

type: int

range: 1..2147483647

config: False

units: seconds

mteresourcesampleinstancemaximum

The maximum number of instance entries this system will support for sampling. These are the entries that maintain state, one for each instance of each sampled object as selected by mteTriggerValueID. Note that wildcarded objects result in multiple instances of this state. A value of 0 indicates no preset limit, that is, the limit is dynamic based on system operation and resources. Unless explicitly resource limited, a system’s value for this object SHOULD be 0. Changing this value will not eliminate or inhibit existing sample state but could prevent allocation of additional state information

type: int

range: 0..4294967295

config: False

units: instances

mteresourcesampleinstances

The number of currently active instance entries as defined for mteResourceSampleInstanceMaximum

type: int

range: 0..4294967295

config: False

units: instances

mteresourcesampleinstanceshigh

The highest value of mteResourceSampleInstances that has occurred since initialization of the management system

type: int

range: 0..4294967295

config: False

units: instances

mteresourcesampleinstancelacks

The number of times this system could not take a new sample because that allocation would have exceeded the limit set by mteResourceSampleInstanceMaximum

type: int

range: 0..4294967295

config: False

units: instances