PACKETEER-RTM-MIB

File: PACKETEER-RTM-MIB.mib (23316 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC
PACKETEER-MIB

Imported symbols

IpAddress Gauge Counter
OBJECT-TYPE DateAndTime psCommonMib
classIndex

Defined Types

ClassRTMConfigEntry  
SEQUENCE    
  classTotalDelayThreshold INTEGER
  classServiceLevelThreshold INTEGER

ClassTotalDelayEntry  
SEQUENCE    
  classTotalDelayBucketLimit INTEGER
  classTotalDelayBucketCount Counter

ClassNetworkDelayEntry  
SEQUENCE    
  classNetworkDelayBucketLimit INTEGER
  classNetworkDelayBucketCount Counter

ClassServerDelayEntry  
SEQUENCE    
  classServerDelayBucketLimit INTEGER
  classServerDelayBucketCount Counter

ClassRTMEntry  
SEQUENCE    
  classTotalDelayMedian Gauge
  classTotalDelayAverage Gauge
  classTransactionsAboveTotalDelayThreshold Counter
  classIntervalsAboveServiceLevelThreshold Counter
  classLastIntervalAboveServiceLevelThreshold DateAndTime
  classServerDelayMedian Gauge
  classServerDelayAverage Gauge
  classNetworkDelayMedian Gauge
  classNetworkDelayAverage Gauge
  classTransactionBytes Counter
  classTransactionBytesHi Counter
  classRoundTripTime Counter
  classRoundTripTimeHi Counter
  classTransactionsTotal Counter
  classTotalDelayMsec Counter
  classTotalDelayMsecHi Counter
  classServerDelayMsec Counter
  classServerDelayMsecHi Counter
  classNetworkDelayMsec Counter
  classNetworkDelayMsecHi Counter

ClassWorstServerEntry  
SEQUENCE    
  classWorstServerIndex INTEGER
  classWorstServerAddress IpAddress
  classWorstServerTransactionCount Counter

ClassWorstClientEntry  
SEQUENCE    
  classWorstClientIndex INTEGER
  classWorstClientAddress IpAddress
  classWorstClientTransactionCount Counter

Defined Values

psClassResponseTimes 1.3.6.1.4.1.2334.2.1.7
OBJECT IDENTIFIER    

classRTMConfigTable 1.3.6.1.4.1.2334.2.1.7.1
A table of parameters configuring the Response Time Management feature for each class. *** NOTE that these parameters are used to compute the other data in this MIB, and thus changing any of them causes a reset of most RTM data. Only the histograms (classTotalDelayTable, classServerDelayTable, and classNetworkDelayTable ) are unaffected.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassRTMConfigEntry

classRTMConfigEntry 1.3.6.1.4.1.2334.2.1.7.1.1
An entry containing the configurable Response Time Management parameters for a given class
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassRTMConfigEntry  

classTotalDelayThreshold 1.3.6.1.4.1.2334.2.1.7.1.1.2
The time in milliseconds which constitutes the acceptable limit of aggregate delay for this class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.1.1.6
The percentage of transactions required NOT to be over threshold. If more than this percentage of transactions in an interval are over threshold, then this Interval is counted in the classIntervalsAboveTotalDelayThreshold variable. The default is 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classTotalDelayTable 1.3.6.1.4.1.2334.2.1.7.2
A list of traffic class aggregate delay entries. The table is indexed by two variables: the classIndex from classTable, and the lower limit of the bucket, in milliseconds. The histogram for any given class 'i' may thus be retrieved via GetNext of classTotalDelayBucketCount.i.0
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassTotalDelayEntry

classTotalDelayEntry 1.3.6.1.4.1.2334.2.1.7.2.1
An entry containing the count of observed network transactions in a given bucket.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassTotalDelayEntry  

classTotalDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.2.1.1
The lower limit, in milliseconds, of this bucket. NOTE: although the bucket limits are given for each class, this does NOT imply that they are different, and in fact they are the same for all classes. This is done to facilitate GetNext'ing through the table; for example the count of the next bucket larger than 1 second for class 'i' can be obtained by GetNext classTotalDelayBucketCount.i.1000. The complete histogram for class i, with the limits for each bucket, can be obtained by GetNext classTotalDelayBucketCount.i
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classTotalDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.2.1.2
The count of transactions whose aggregate delay fell in this bucket. Transactions are defined according to classTransactionDefinition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classNetworkDelayTable 1.3.6.1.4.1.2334.2.1.7.3
A list of traffic class network delay entries. The table is indexed by two variables: the classIndex from classTable, and the lower limit of the bucket, in milliseconds. The histogram for any given class 'i' may thus be retrieved via GetNext of classNetworkDelayBucketCount.i.0
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassNetworkDelayEntry

classNetworkDelayEntry 1.3.6.1.4.1.2334.2.1.7.3.1
An entry containing the count of observed network delay transactions in a given bucket. Transactions are defined according to classTransactionDefinition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassNetworkDelayEntry  

classNetworkDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.3.1.1
The lower limit, in milliseconds, of this bucket. NOTE: although the bucket limits are given for each class, this does NOT imply that they are different, and in fact they are the same for all classes. This is done to facilitate GetNext'ing through the table; for example the count of the next bucket larger than 1 second for class 'i' can be obtained by GetNext classNetworkDelayBucketCount.i.1000. The complete histogram for class i, with the limits for each bucket, can be obtained by GetNext classNetworkDelayBucketCount.i
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classNetworkDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.3.1.2
The count of observed network transactions for the class in this bucket. Transactions are defined according to classTransactionDefinition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classServerDelayTable 1.3.6.1.4.1.2334.2.1.7.4
A list of traffic class Server delay entries. The table is indexed by two variables: the classIndex from classTable, and the lower limit of the bucket, in milliseconds. The histogram for any given class 'i' may thus be retrieved via GetNext of classServerDelayBucketCount.i.0
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassServerDelayEntry

classServerDelayEntry 1.3.6.1.4.1.2334.2.1.7.4.1
An entry containing the count of observed network transactions in a given bucket.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassServerDelayEntry  

classServerDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.4.1.1
The lower limit, in milliseconds, of this bucket. NOTE: although the bucket limits are given for each class, this does NOT imply that they are different, and in fact they are the same for all classes. This is done to facilitate GetNext'ing through the table; for example the count of the next bucket larger than 1 second for class 'i' can be obtained by GetNext classServerDelayBucketCount.i.1000. The complete histogram for class i, with the limits for each bucket, can be obtained by GetNext classServerDelayBucketCount.i
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classServerDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.4.1.2
The count of observed network transactions for the class in this bucket. Transactions are defined according to classTransactionDefinition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classRTMTable 1.3.6.1.4.1.2334.2.1.7.5
A table of readonly Response Time Management information about this class. All non-histogram information about RTM is kept in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassRTMEntry

classRTMEntry 1.3.6.1.4.1.2334.2.1.7.5.1
An entry containing readonly Response Time Management information about this class.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassRTMEntry  

classTotalDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.1
The median aggregate delay for this class, in milliseconds. Medians are calculated by an approximate method using the above histogram, whose error is at most 1/2 of the time interval spanned by the bucket into which the exact median falls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classTotalDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.2
The average aggregate delay for this class, in milliseconds. Use the average in conjunction with the median, since averages can be distorted by a few very large samples.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classTransactionsAboveTotalDelayThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.3
The number of network transactions whose aggregate delay was greater than the value of classTotalDelayThreshold. Transactions are defined according to classTransactionDefinition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classIntervalsAboveServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.4
The number of intervals over the aggregate delay threshold, defined as those intervals with 'classIntervalServiceLevelThreshold'% or fewer transactions with aggregate delay less than 'classTotalDelayThreshold'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classLastIntervalAboveServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.5
The time at which the last interval ended which failed the service level threshold, in other words, the interval in which classIntervalServiceLevelThreshold% of the total transactions, or fewer, had total response times less than classTotalDelayThreshold. If there was no such interval, then this is set to a zero value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

classServerDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.6
The median server delay for this class, in milliseconds. Medians are calculated by an approximate method using the above histogram, whose error is at most 1/2 of the time interval spanned by the bucket into which the exact median falls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classServerDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.7
The average server delay for this class, in milliseconds. Use the average in conjunction with the median, since averages can be distorted by a few very large samples.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classNetworkDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.11
The median network delay for this class, in milliseconds. Medians are calculated by an approximate method using the above histogram, whose error is at most 1/2 of the time interval spanned by the bucket into which the exact median falls.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classNetworkDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.12
The average network delay for this class, in milliseconds. Use the average in conjunction with the median, since averages can be distorted by a few very large samples.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

classTransactionBytes 1.3.6.1.4.1.2334.2.1.7.5.1.13
The total number of bytes on this class involved in transactions, and thus eligible for RTM. Dividing this value by classTransactionsTotal provides the average size of a transaction for the class. This variable represents the low-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classTransactionBytesHi 1.3.6.1.4.1.2334.2.1.7.5.1.14
The total number of bytes on this class involved in transactions, and thus eligible for RTM. Dividing this value by classTransactionsTotal provides the average size of a transaction for the class. This variable represents the high-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classRoundTripTime 1.3.6.1.4.1.2334.2.1.7.5.1.15
The time, in milliseconds, of a network round-trip, per transaction. Dividing this value by classTransactionsTotal gives an indication of the effective speed of the network for this class, which includes factors like queueing and retransmissions that may be controllable. This variable represents the low-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classRoundTripTimeHi 1.3.6.1.4.1.2334.2.1.7.5.1.16
The time, in milliseconds, of a network round-trip, per transaction. Dividing this value by classTransactionsTotal gives an indication of the effective speed of the network for this class, which includes factors like queueing and retransmissions that may be controllable. This variable represents the high-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classTransactionsTotal 1.3.6.1.4.1.2334.2.1.7.5.1.17
The total number of transactions for this class.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classTotalDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.18
The time, in milliseconds, of total delay, per transaction. This variable represents the low-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classTotalDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.19
The time, in milliseconds, of total delay, per transaction. This variable represents the high-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classServerDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.20
The time, in milliseconds, of server delay, per transaction. This variable represents the low-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classServerDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.21
The time, in milliseconds, of server delay, per transaction. This variable represents the high-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classNetworkDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.22
The time, in milliseconds, of network delay, per transaction. This variable represents the low-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classNetworkDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.23
The time, in milliseconds, of network delay, per transaction. This variable represents the high-order portion of a 64-bit value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classWorstServerTable 1.3.6.1.4.1.2334.2.1.7.6
A list of the N servers which have handled more than M transactions, and are experiencing the worst behavior with respect to the response time threshold, if one has been set. 'N' and 'M' are fixed limits for any given release of PacketShaper software and are not settable. In release 4.0, N and M are 10. The table is ordered by classIndex and classWorstServerIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassWorstServerEntry

classWorstServerEntry 1.3.6.1.4.1.2334.2.1.7.6.1
An entry describing a server experiencing the worst behavior with respect to the response time threshold.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassWorstServerEntry  

classWorstServerIndex 1.3.6.1.4.1.2334.2.1.7.6.1.1
A unique index from 1 to N, where N is a fixed limit, and a lower value denotes a lower ratio of good transactions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classWorstServerAddress 1.3.6.1.4.1.2334.2.1.7.6.1.2
The address of this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

classWorstServerTransactionCount 1.3.6.1.4.1.2334.2.1.7.6.1.3
The number of transactions recorded for this server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

classWorstClientTable 1.3.6.1.4.1.2334.2.1.7.7
A list of the N clients which have handled more than M transactions, and are experiencing the worst behavior with respect to the response time threshold, if one has been set. 'N' and 'M' are fixed limits for any given release of PacketShaper software and are not settable. In release 4.0, N and M are 10. The table is ordered by classIndex and classWorstClientIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClassWorstClientEntry

classWorstClientEntry 1.3.6.1.4.1.2334.2.1.7.7.1
An entry describing a client experiencing the most sessions over the response time threshold.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClassWorstClientEntry  

classWorstClientIndex 1.3.6.1.4.1.2334.2.1.7.7.1.1
A unique index from 1 to N, where N is a fixed limit, and a lower value denotes a higher value of classWorstClientSessionCount.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

classWorstClientAddress 1.3.6.1.4.1.2334.2.1.7.7.1.2
The address of this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

classWorstClientTransactionCount 1.3.6.1.4.1.2334.2.1.7.7.1.3
The number of transactions recorded for this client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter