PACKETEER-RTM-MIB: View SNMP OID List / Download MIB

VENDOR: PACKETEER INC.


 Home MIB: PACKETEER-RTM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 psClassResponseTimes 1.3.6.1.4.1.2334.2.1.7
     classRTMConfigTable 1.3.6.1.4.1.2334.2.1.7.1 no-access
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.
         classRTMConfigEntry 1.3.6.1.4.1.2334.2.1.7.1.1 no-access
An entry containing the configurable Response Time Management parameters for a given class
             classTotalDelayThreshold 1.3.6.1.4.1.2334.2.1.7.1.1.2 integer read-only
The time in milliseconds which constitutes the acceptable limit of aggregate delay for this class.
             classServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.1.1.6 integer read-only
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.
     classTotalDelayTable 1.3.6.1.4.1.2334.2.1.7.2 no-access
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
         classTotalDelayEntry 1.3.6.1.4.1.2334.2.1.7.2.1 no-access
An entry containing the count of observed network transactions in a given bucket.
             classTotalDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.2.1.1 integer read-only
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
             classTotalDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.2.1.2 counter read-only
The count of transactions whose aggregate delay fell in this bucket. Transactions are defined according to classTransactionDefinition.
     classNetworkDelayTable 1.3.6.1.4.1.2334.2.1.7.3 no-access
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
         classNetworkDelayEntry 1.3.6.1.4.1.2334.2.1.7.3.1 no-access
An entry containing the count of observed network delay transactions in a given bucket. Transactions are defined according to classTransactionDefinition.
             classNetworkDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.3.1.1 integer read-only
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
             classNetworkDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.3.1.2 counter read-only
The count of observed network transactions for the class in this bucket. Transactions are defined according to classTransactionDefinition.
     classServerDelayTable 1.3.6.1.4.1.2334.2.1.7.4 no-access
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
         classServerDelayEntry 1.3.6.1.4.1.2334.2.1.7.4.1 no-access
An entry containing the count of observed network transactions in a given bucket.
             classServerDelayBucketLimit 1.3.6.1.4.1.2334.2.1.7.4.1.1 integer read-only
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
             classServerDelayBucketCount 1.3.6.1.4.1.2334.2.1.7.4.1.2 counter read-only
The count of observed network transactions for the class in this bucket. Transactions are defined according to classTransactionDefinition.
     classRTMTable 1.3.6.1.4.1.2334.2.1.7.5 no-access
A table of readonly Response Time Management information about this class. All non-histogram information about RTM is kept in this table.
         classRTMEntry 1.3.6.1.4.1.2334.2.1.7.5.1 no-access
An entry containing readonly Response Time Management information about this class.
             classTotalDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.1 gauge read-only
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.
             classTotalDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.2 gauge read-only
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.
             classTransactionsAboveTotalDelayThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.3 counter read-only
The number of network transactions whose aggregate delay was greater than the value of classTotalDelayThreshold. Transactions are defined according to classTransactionDefinition.
             classIntervalsAboveServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.4 counter read-only
The number of intervals over the aggregate delay threshold, defined as those intervals with 'classIntervalServiceLevelThreshold'% or fewer transactions with aggregate delay less than 'classTotalDelayThreshold'.
             classLastIntervalAboveServiceLevelThreshold 1.3.6.1.4.1.2334.2.1.7.5.1.5 dateandtime read-only
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.
             classServerDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.6 gauge read-only
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.
             classServerDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.7 gauge read-only
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.
             classNetworkDelayMedian 1.3.6.1.4.1.2334.2.1.7.5.1.11 gauge read-only
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.
             classNetworkDelayAverage 1.3.6.1.4.1.2334.2.1.7.5.1.12 gauge read-only
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.
             classTransactionBytes 1.3.6.1.4.1.2334.2.1.7.5.1.13 counter read-only
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.
             classTransactionBytesHi 1.3.6.1.4.1.2334.2.1.7.5.1.14 counter read-only
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.
             classRoundTripTime 1.3.6.1.4.1.2334.2.1.7.5.1.15 counter read-only
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.
             classRoundTripTimeHi 1.3.6.1.4.1.2334.2.1.7.5.1.16 counter read-only
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.
             classTransactionsTotal 1.3.6.1.4.1.2334.2.1.7.5.1.17 counter read-only
The total number of transactions for this class.
             classTotalDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.18 counter read-only
The time, in milliseconds, of total delay, per transaction. This variable represents the low-order portion of a 64-bit value.
             classTotalDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.19 counter read-only
The time, in milliseconds, of total delay, per transaction. This variable represents the high-order portion of a 64-bit value.
             classServerDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.20 counter read-only
The time, in milliseconds, of server delay, per transaction. This variable represents the low-order portion of a 64-bit value.
             classServerDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.21 counter read-only
The time, in milliseconds, of server delay, per transaction. This variable represents the high-order portion of a 64-bit value.
             classNetworkDelayMsec 1.3.6.1.4.1.2334.2.1.7.5.1.22 counter read-only
The time, in milliseconds, of network delay, per transaction. This variable represents the low-order portion of a 64-bit value.
             classNetworkDelayMsecHi 1.3.6.1.4.1.2334.2.1.7.5.1.23 counter read-only
The time, in milliseconds, of network delay, per transaction. This variable represents the high-order portion of a 64-bit value.
     classWorstServerTable 1.3.6.1.4.1.2334.2.1.7.6 no-access
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.
         classWorstServerEntry 1.3.6.1.4.1.2334.2.1.7.6.1 no-access
An entry describing a server experiencing the worst behavior with respect to the response time threshold.
             classWorstServerIndex 1.3.6.1.4.1.2334.2.1.7.6.1.1 integer read-only
A unique index from 1 to N, where N is a fixed limit, and a lower value denotes a lower ratio of good transactions.
             classWorstServerAddress 1.3.6.1.4.1.2334.2.1.7.6.1.2 ipaddress read-only
The address of this server.
             classWorstServerTransactionCount 1.3.6.1.4.1.2334.2.1.7.6.1.3 counter read-only
The number of transactions recorded for this server.
     classWorstClientTable 1.3.6.1.4.1.2334.2.1.7.7 no-access
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.
         classWorstClientEntry 1.3.6.1.4.1.2334.2.1.7.7.1 no-access
An entry describing a client experiencing the most sessions over the response time threshold.
             classWorstClientIndex 1.3.6.1.4.1.2334.2.1.7.7.1.1 integer read-only
A unique index from 1 to N, where N is a fixed limit, and a lower value denotes a higher value of classWorstClientSessionCount.
             classWorstClientAddress 1.3.6.1.4.1.2334.2.1.7.7.1.2 ipaddress read-only
The address of this client.
             classWorstClientTransactionCount 1.3.6.1.4.1.2334.2.1.7.7.1.3 counter read-only
The number of transactions recorded for this client.