CISCO-ENTITY-PFE-MIB

File: CISCO-ENTITY-PFE-MIB.mib (33715 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ENTITY-MIB CISCO-SMI

Imported symbols

Unsigned32 Gauge32 MODULE-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-GROUP TEXTUAL-CONVENTION
DisplayString TimeStamp entPhysicalIndex
PhysicalIndex ciscoMgmt

Defined Types

CurrentUtilization  
A percentage value that represent the actual utilization performance measurement.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

CurrentEfficiency  
A percentage value that represents the actual efficiency performance measurement.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

IntervalUtilization  
A percentage value that represents the utilization perfor- mance measurement in a previous 15 minute measurement interval. In the case where the agent has no valid data available for a particular interval the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist (for example, a noSuchObject error for SNMPv1 and a noSuchInstance for SNMPv2 GET operation). In a system supporting a history of n intervals with IntervalUtilization(1) and IntervalUtilization(n) the most and least recent intervals respectively, the following proce- dure is used to update the intervals at end of a 15 minute interval: - discard the value of IntervalUtilization(n) - the value of IntervalUtilization(i) becomes that of IntervalUtilization(i-1) for n >= i > 1 - the value of IntervalUtilization(1) becomes that of current 15-minute %utilization.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

IntervalEfficiency  
A percentage value that represents the efficiency performance measurement in a previous 15 minute measurement interval. In the case where the agent has no valid data available for a particular interval the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist (for example, a noSuchObject error for SNMPv1 and a noSuchInstance for SNMPv2 GET operation). In a system supporting a history of n intervals with IntervalEfficiency(1) and IntervalEfficiency(n) the most and least recent intervals respectively, the following procedure is used to update the intervals at end of a 15 minute inter- val: - discard the value of IntervalEfficiency(n) - the value of IntervalEfficiency(i) becomes that of IntervalEfficiency(i-1) for n >= i > 1 - the value of IntervalEfficiency(1) becomes that of currente 15-minute %efficiency.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

TotalUtilization  
A percentage value that represents the total running utili- zation performance measurements.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

TotalEfficiency  
A percentage value that represents the total running Effi- ciency performance measurements.
TEXTUAL-CONVENTION    
  Gauge32 0..100  

Percentage  
A percentage value.
TEXTUAL-CONVENTION    
  Unsigned32 0..100  

EventType  
Type of action to execute when an event occurs. 'none' Neither log an entry in the cePfeHistTable, nor sent out an SNMP notification. 'log' Create a cePfeHistTable entry, but do not sent out an SNMP notification. 'notify' Sent out an SNMP notification, but do not create a log entry in the cePfeHistTable. 'logAndNotify' Both create a log entry in the cePfeHistTable and sent out an SNMP notification.
TEXTUAL-CONVENTION    
  INTEGER none(1), log(2), notify(3), logAndNotify(4)  

HistEventType  
Type of event that has occurred. 'thldUtilizationEvent' This event is generated if the cePfePerfCurrentUtilization, at the time of sampling, becomes greater than or equal to the cePfePerfThldUtilization. 'thldEfficiencyEvent' This event is generated if the cePfePerfCurrentEfficiency, at the time of sampling, becomes less than or equal to the cePfePerfThldEfficiency. 'thld1MinUtilizationEvent' This event is generated if the cePfePerfCurrent1MinUtilization, at the time of sampling, becomes greater than or equal to the cePfePerfThld1MinUtilization. 'thld1MinEfficiencyEvent' This event is generated if the cePfePerfCurrent1MinEfficiency, at the time of sampling, becomes less than or equal to the cePfePerfThld1MinEfficiency. 'thld5MinUtilizationEvent' This event is generated if the cePfePerfCurrent5MinUtilization, at the time of sampling, becomes greater than or equal to the cePfePerfThld5MinUtilization. 'thld5MinEfficiencyEvent' This event is generated if the cePfePerfCurrent5MinEfficiency, at the time of sampling, becomes less than or equal to the cePfePerfThld5MinEfficiency. 'restartEvent' This event is generated every time the processor gets restarted.
TEXTUAL-CONVENTION    
  INTEGER thldUtilizationEvent(1), thldEfficiencyEvent(2), thld1MinUtilizationEvent(3), thld1MinEfficiencyEvent(4), thld5MinUtilizationEvent(5), thld5MinEfficiencyEvent(6), restartEvent(7)  

CePfePerfConfigEntry  
SEQUENCE    
  cePfePerfConfigTimeElapsed Unsigned32
  cePfePerfConfigValidIntervals Unsigned32
  cePfePerfConfigThldUtilization Percentage
  cePfePerfConfigThldEfficiency Percentage
  cePfePerfConfigThld1MinUtilization Percentage
  cePfePerfConfigThld1MinEfficiency Percentage
  cePfePerfConfigThld5MinUtilization Percentage
  cePfePerfConfigThld5MinEfficiency Percentage

CePfePerfCurrentEntry  
SEQUENCE    
  cePfePerfCurrentUtilization CurrentUtilization
  cePfePerfCurrentEfficiency CurrentEfficiency
  cePfePerfCurrent1MinUtilization CurrentUtilization
  cePfePerfCurrent1MinEfficiency CurrentEfficiency
  cePfePerfCurrent5MinUtilization CurrentUtilization
  cePfePerfCurrent5MinEfficiency CurrentEfficiency

CePfePerfIntervalEntry  
SEQUENCE    
  cePfePerfIntervalNumber Unsigned32
  cePfePerfIntervalUtilization IntervalUtilization
  cePfePerfIntervalEfficiency IntervalEfficiency

CePfePerfTotalEntry  
SEQUENCE    
  cePfePerfTotalUtilization TotalUtilization
  cePfePerfTotalEfficiency TotalEfficiency

CePfeHistEntry  
SEQUENCE    
  cePfeHistIndex Unsigned32
  cePfeHistEntPhysIndex PhysicalIndex
  cePfeHistType HistEventType
  cePfeHistThld Percentage
  cePfeHistValue Percentage
  cePfeHistRestartReason DisplayString
  cePfeHistTimeStamp TimeStamp

Defined Values

ciscoEntityPfeMib 1.3.6.1.4.1.9.9.265
The Packet Forwarding Engine technology are Cisco developed Network Processors, which accelerates certain features in order to provide better network performance. An agent uses this MIB to monitor the performance history on any active PFE pipeline listed in the ENTITY-MIB (RFC 2737) entPhysicalTable. This monitoring is via measurement periods of actual, 1-minute, 5-minutes and 15-minutes. For the 1-minute and 5-minute measurement periods, perfor- mance statistics are calculated and displayed based on pre- vious 1 minute and 5 minute respectively. For the 15-minute period, the performance statistics are accumulated in fifteen minute intervals. At any one time, an agent maintains one current (incomplete) interval and up to 96 completed intervals (24 hours worth). Fewer than 96 intervals of data will be available if the agent has been restarted within the last 24 hours. In addition, there is a rolling 24-hour total of each performance statistic. There is no requirement for an agent to ensure fixed rela- tionship between the start of a fifteen minute interval and any wall clock; however some agents may align the fifteen minute intervals with quarter hours.
MODULE-IDENTITY    

cePfeMIBNotifications 1.3.6.1.4.1.9.9.265.0
OBJECT IDENTIFIER    

cePfeMIBObjects 1.3.6.1.4.1.9.9.265.1
OBJECT IDENTIFIER    

cePfeMIBConformance 1.3.6.1.4.1.9.9.265.2
OBJECT IDENTIFIER    

cePfePerformance 1.3.6.1.4.1.9.9.265.1.1
OBJECT IDENTIFIER    

cePfeHistory 1.3.6.1.4.1.9.9.265.1.2
OBJECT IDENTIFIER    

cePfePerfConfigTable 1.3.6.1.4.1.9.9.265.1.1.1
This table contains configuration information on a PFE pipeline.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CePfePerfConfigEntry

cePfePerfConfigEntry 1.3.6.1.4.1.9.9.265.1.1.1.1
An entry will exist for each entry in the entPhysicalTable that correspond to an active PFE pipeline.
Status: current Access: not-accessible
OBJECT-TYPE    
  CePfePerfConfigEntry  

cePfePerfConfigTimeElapsed 1.3.6.1.4.1.9.9.265.1.1.1.1.1
The number of seconds that have elapsed since the beginning of the current 15 min interval. If for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..899  

cePfePerfConfigValidIntervals 1.3.6.1.4.1.9.9.265.1.1.1.1.2
The number of completed 15 min intervals for which valid PFE performance data has been collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of completed 15 minute intervals since the PFE pipeline has been online.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..96  

cePfePerfConfigThldUtilization 1.3.6.1.4.1.9.9.265.1.1.1.1.3
This object contains the threshold value for the cePfePerfCurrentUtilization object. If during the last 5 second measurement period the cePfePerfCurrentUtilization object becomes greater than or equal to this threshold value, an event of type 'thldUtilizationEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrentUtilization object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfConfigThldEfficiency 1.3.6.1.4.1.9.9.265.1.1.1.1.4
This object contains the threshold value for the cePfePerfCurrentEffciency object. If during the last 5 second measurement period the cePfePerfCurrentEfficiency object becomes less than or equal to this threshold value, an event of type 'thldEfficiencyEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrentEfficiency object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfConfigThld1MinUtilization 1.3.6.1.4.1.9.9.265.1.1.1.1.5
This object contains the threshold value for the cePfePerfCurrent1MinUtilization object. If during the last 1 minute measurement period the cePfePerfCurrent1MinUtilization object becomes greater than or equal to this threshold value, an event of type 'thld1MinUtilizationEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrent1MinUtilization object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfConfigThld1MinEfficiency 1.3.6.1.4.1.9.9.265.1.1.1.1.6
This object contains the threshold value for the cePfePerfCurrent1MinEfficiency object. If during the last 1 minute measurement period the cePfePerfCurrent1MinEfficiency object becomes less than or equal to this threshold value, an event of type 'thld1MinEfficiencyEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrent1MinEfficiency object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfConfigThld5MinUtilization 1.3.6.1.4.1.9.9.265.1.1.1.1.7
This object contains the threshold value for the cePfePerfCurrent5MinUtilization object. If during the last 5 minute measurement period the cePfePerfCurrent5MinUtilization object becomes greater than or equal to this threshold value, an event of type 'thld5MinUtilizationEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrent5MinUtilization object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfConfigThld5MinEfficiency 1.3.6.1.4.1.9.9.265.1.1.1.1.8
This object contains the threshold value for the cePfePerfCurrent5MinEfficiency object. If during the last 5 minute measurement period the cePfePerfCurrent5MinEfficiency object becomes less than or equal to this threshold value, an event of type 'thld5MinEfficiencyEvent' will be genera- ted. Value of zero indicates that no comparison is being made between the cePfePerfCurrent5MinEfficiency object value and the threshold value, therefore no event action will be gene- rated.
Status: current Access: read-write
OBJECT-TYPE    
  Percentage  

cePfePerfCurrentTable 1.3.6.1.4.1.9.9.265.1.1.2
This table maintains PFE current running performance, which are collected at various measurement periods.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CePfePerfCurrentEntry

cePfePerfCurrentEntry 1.3.6.1.4.1.9.9.265.1.1.2.1
An entry containing performance information applicable to a particular PFE pipeline.
Status: current Access: not-accessible
OBJECT-TYPE    
  CePfePerfCurrentEntry  

cePfePerfCurrentUtilization 1.3.6.1.4.1.9.9.265.1.1.2.1.1
This object provides the actual PFE percentage utilization. It is determined by the number of new work contexts + feedback contexts divided by total number of contexts that can be supported by the PFE pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentUtilization  

cePfePerfCurrentEfficiency 1.3.6.1.4.1.9.9.265.1.1.2.1.2
This object provides the actual PFE percentage efficiency. It is determined by the total number of contexts per second divided by maximum theoretical contexts per second supported by the PFE pipeline. Under normal conditions, this number will be 100 and when efficiency starts degrading, it will start going down until it reaches zero.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentEfficiency  

cePfePerfCurrent1MinUtilization 1.3.6.1.4.1.9.9.265.1.1.2.1.3
This object provides the PFE percentage utilization over the previous 1 minute period. It is determined by the number of new work contexts + feedback contexts divided by total number of contexts that can be supported by the PFE pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentUtilization  

cePfePerfCurrent1MinEfficiency 1.3.6.1.4.1.9.9.265.1.1.2.1.4
This object provides the PFE percentage efficiency over the previous 1 minute period. It is determined by the totalnumber of contexts per second divided by maximum theoretical contexts per second supported by the PFE pipeline. Under normal conditions, this number will be 100 and when efficiency starts degrading, it will start going down until it reaches zero.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentEfficiency  

cePfePerfCurrent5MinUtilization 1.3.6.1.4.1.9.9.265.1.1.2.1.5
This object provides the PFE percentage utilization over the previous 5 minutes period. It is determined by the number of new work contexts + feedback contexts divided by total number of contexts that can be supported by the PFE pipeline.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentUtilization  

cePfePerfCurrent5MinEfficiency 1.3.6.1.4.1.9.9.265.1.1.2.1.6
This object provides the PFE percentage efficiency over the previous 5 minutes period. It is determined by the total number of contexts per second divided by maximum theoretical contexts per second supported by the PFE pipeline. Under normal conditions, this number will be 100 and when efficiency starts degrading, it will start going down until it reaches zero.
Status: current Access: read-only
OBJECT-TYPE    
  CurrentEfficiency  

cePfePerfIntervalTable 1.3.6.1.4.1.9.9.265.1.1.3
This table contains performance statistics for completed 15 minutes intervals, specifically up to 96 such intervals over a 24 hours of operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CePfePerfIntervalEntry

cePfePerfIntervalEntry 1.3.6.1.4.1.9.9.265.1.1.3.1
An entry containing performance information applicable to a particular PFE pipeline at a specific interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  CePfePerfIntervalEntry  

cePfePerfIntervalNumber 1.3.6.1.4.1.9.9.265.1.1.3.1.1
An interval number between 1 and 96, where 1 is the most recently completed 15 min interval and 96 is the 15 min interval completed 23 hours and 45 minutes prior to interval 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..96  

cePfePerfIntervalUtilization 1.3.6.1.4.1.9.9.265.1.1.3.1.2
The percentage of processor utilization by the PFE pipeline during this completed 15 min interval.
Status: current Access: read-only
OBJECT-TYPE    
  IntervalUtilization  

cePfePerfIntervalEfficiency 1.3.6.1.4.1.9.9.265.1.1.3.1.3
The percentage of processor efficiency by the PFE pipeline during this completed 15 min interval. Under normal conditions, this number will be 100 and when efficiency starts degrading, it will start going down until it reaches zero.
Status: current Access: read-only
OBJECT-TYPE    
  IntervalEfficiency  

cePfePerfTotalTable 1.3.6.1.4.1.9.9.265.1.1.4
This table contains the running utilization and efficiency of the PFE pipeline for the 24 hour period preceding the current interval. If the agent was restarted less than 24 hours ago, i.e., when there are less than 96 intervals in the cePfePerfIntervalTable, it will contain the running utiliza- tion and efficiency up to the last collected 15 minute inter- val.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CePfePerfTotalEntry

cePfePerfTotalEntry 1.3.6.1.4.1.9.9.265.1.1.4.1
An entry containing performance information applicable to a particular PFE pipeline at the end of each interval in the cePfePerfIntervalTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CePfePerfTotalEntry  

cePfePerfTotalUtilization 1.3.6.1.4.1.9.9.265.1.1.4.1.1
The running utilization by the PFE pipeline for the prece- ding 24 hrs.
Status: current Access: read-only
OBJECT-TYPE    
  TotalUtilization  

cePfePerfTotalEfficiency 1.3.6.1.4.1.9.9.265.1.1.4.1.2
The running efficiency by the PFE pipeline for the preceding 24 hrs. Under normal conditions, this number will be 100 and when efficiency starts degrading, it will start going down until it reaches zero.
Status: current Access: read-only
OBJECT-TYPE    
  TotalEfficiency  

cePfeHistNotifiesEnable 1.3.6.1.4.1.9.9.265.1.2.1
This object indicates what type of action should be taken by the agent when a event is generated.
Status: current Access: read-write
OBJECT-TYPE    
  EventType  

cePfeHistTableSize 1.3.6.1.4.1.9.9.265.1.2.2
This object specifies the number of entries that the cePfeHistTable can contain. When a event is generated, and the capacity of the cePfeHistTable has reached the value specified by this object, then the agent deletes the oldest entity in order to accommodate the new entry. A value of '0' prevents any history from being retained.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..500  

cePfeHistTableLastIndex 1.3.6.1.4.1.9.9.265.1.2.3
This object specifies the value of the cePfeHistIndex object corresponding to the last entry added to the table by the agent. It will return zero if there are no entries in the table. If the management client uses the notifications defined by this module, then it can poll this object to determine whether it has missed a notification sent by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cePfeHistTable 1.3.6.1.4.1.9.9.265.1.2.4
This table contains a history of events generated by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CePfeHistEntry

cePfeHistEntry 1.3.6.1.4.1.9.9.265.1.2.4.1
An entry will exist for each event that has occured while cePfeHistNotifiesEnable object is set to 'log(2)' or 'logAndNotify(4)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CePfeHistEntry  

cePfeHistIndex 1.3.6.1.4.1.9.9.265.1.2.4.1.1
An integer value uniquely identifying the entry in the table. The value of this object starts at '1' and monotonically increases for each event condition transition monitored by the agent. If the value of this object is '4294967295', the agent will reset the index to '1' upon monitoring the next event condition transition.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cePfeHistEntPhysIndex 1.3.6.1.4.1.9.9.265.1.2.4.1.2
The value in this object is equal to the value of the entPhysicalIndex, from the Physical Entity Table (RFC 2037), that is associated with the PFE pipeline that has caused this event.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

cePfeHistType 1.3.6.1.4.1.9.9.265.1.2.4.1.3
This object describes the type of event that has occurred.
Status: current Access: read-only
OBJECT-TYPE    
  HistEventType  

cePfeHistThld 1.3.6.1.4.1.9.9.265.1.2.4.1.4
The configured value of the specific threshold.
Status: current Access: read-only
OBJECT-TYPE    
  Percentage  

cePfeHistValue 1.3.6.1.4.1.9.9.265.1.2.4.1.5
The actual value of the specific performance objects, at the time of the sample, which is related to the threshold event.
Status: current Access: read-only
OBJECT-TYPE    
  Percentage  

cePfeHistRestartReason 1.3.6.1.4.1.9.9.265.1.2.4.1.6
The reason for which the PFE pipeline has restarted.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cePfeHistTimeStamp 1.3.6.1.4.1.9.9.265.1.2.4.1.7
This object specifies the value of the sysUpTime object at the time the event was generated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cePfeHistThldEvent 1.3.6.1.4.1.9.9.265.0.1
This notification is generated when a threshold event has occurred and the cePfeHistNotifiesEnable is set to 'notify (3)' or 'logAndNotify(4)'. After generating this notification, another such notifica- tion will not be sent out until the sample value has fallen below the threshold value.
Status: current Access: read-only
NOTIFICATION-TYPE    

cePfeHistRestartEvent 1.3.6.1.4.1.9.9.265.0.2
This notification is generated when a restart event has occurred and the cePfeHistNotifiesEnable is set to 'notifyp (3)' or 'logAndNotify(4)'.
Status: current Access: read-only
NOTIFICATION-TYPE    

cePfeMIBCompliances 1.3.6.1.4.1.9.9.265.2.1
OBJECT IDENTIFIER    

cePfeMIBGroups 1.3.6.1.4.1.9.9.265.2.2
OBJECT IDENTIFIER    

cePfeMIBPerformanceCompliance 1.3.6.1.4.1.9.9.265.2.1.1
An Entity-MIB implementation can implement this module to provide PFE pipeline performance history.
Status: current Access: read-only
MODULE-COMPLIANCE    

cePfeMIBPerformanceGroup 1.3.6.1.4.1.9.9.265.2.2.1
The collection of objects which are used to manage the per- formance history of the PFE pipeline.
Status: current Access: read-only
OBJECT-GROUP    

cePfeMIBCurrentGroup 1.3.6.1.4.1.9.9.265.2.2.2
The collection of objects which are used to maintain the PFE processor's performance history over a 24 hour of operation.
Status: current Access: read-only
OBJECT-GROUP    

cePfeMIBIntervalGroup 1.3.6.1.4.1.9.9.265.2.2.3
The collection of objects which are used to maintain the PFE processor's performance history over a 24 hour of operation.
Status: current Access: read-only
OBJECT-GROUP    

cePfeMIBTotalGroup 1.3.6.1.4.1.9.9.265.2.2.4
The collection of objects which are used to manage the threshold configuration for the PFE pipeline performance.
Status: current Access: read-only
OBJECT-GROUP    

cePfeMIBHistGroup 1.3.6.1.4.1.9.9.265.2.2.5
The collection of objects which are used to manage the threshold configuration for the PFE pipeline performance.
Status: current Access: read-only
OBJECT-GROUP    

cePfeMIBHistEventGroup 1.3.6.1.4.1.9.9.265.2.2.6
The collection of objects which are used to generate a threshold event for the PFE pipeline performance.
Status: current Access: read-only
NOTIFICATION-GROUP