PACKETEER-RTM-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for PACKETEER-RTM-MIB.
50
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
50 total| Object Name |
|---|
psClassResponseTimes OBJECT IDENTIFIER .1.3.6.1.4.1.2334.2.1.7 |
RFC1155-SMI Unknown .1.3.6.1.4.1.2334.2.1.7 |
classRTMConfigTableA 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. SEQUENCE OF ClassRTMConfigEntry .1.3.6.1.4.1.2334.2.1.7.1 |
classRTMConfigEntryAn entry containing the configurable Response Time Management
parameters for a given class ClassRTMConfigEntry .1.3.6.1.4.1.2334.2.1.7.1.1 |
classTotalDelayThresholdThe time in milliseconds which constitutes the acceptable limit of
aggregate delay for this class.ro INTEGER .1.3.6.1.4.1.2334.2.1.7.1.1.2 |
classServiceLevelThresholdThe 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.ro INTEGER .1.3.6.1.4.1.2334.2.1.7.1.1.6 |
classTotalDelayTableA 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 SEQUENCE OF ClassTotalDelayEntry .1.3.6.1.4.1.2334.2.1.7.2 |
classTotalDelayEntryAn entry containing the count of observed
network transactions in a given bucket. ClassTotalDelayEntry .1.3.6.1.4.1.2334.2.1.7.2.1 |
classTotalDelayBucketLimitThe 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.iro INTEGER .1.3.6.1.4.1.2334.2.1.7.2.1.1 |
classTotalDelayBucketCountThe count of transactions whose aggregate delay fell in this bucket.
Transactions are defined according to classTransactionDefinition.ro Counter .1.3.6.1.4.1.2334.2.1.7.2.1.2 |
classNetworkDelayTableA 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 SEQUENCE OF ClassNetworkDelayEntry .1.3.6.1.4.1.2334.2.1.7.3 |
classNetworkDelayEntryAn entry containing the count of observed
network delay transactions in a given bucket.
Transactions are defined according to classTransactionDefinition. ClassNetworkDelayEntry .1.3.6.1.4.1.2334.2.1.7.3.1 |
classNetworkDelayBucketLimitThe 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.iro INTEGER .1.3.6.1.4.1.2334.2.1.7.3.1.1 |
classNetworkDelayBucketCountThe count of observed network transactions for the class in this bucket.
Transactions are defined according to classTransactionDefinition.ro Counter .1.3.6.1.4.1.2334.2.1.7.3.1.2 |
classServerDelayTableA 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 SEQUENCE OF ClassServerDelayEntry .1.3.6.1.4.1.2334.2.1.7.4 |
classServerDelayEntryAn entry containing the count of observed
network transactions in a given bucket. ClassServerDelayEntry .1.3.6.1.4.1.2334.2.1.7.4.1 |
classServerDelayBucketLimitThe 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.iro INTEGER .1.3.6.1.4.1.2334.2.1.7.4.1.1 |
classServerDelayBucketCountThe count of observed network transactions for the class in this bucket.
Transactions are defined according to classTransactionDefinition.ro Counter .1.3.6.1.4.1.2334.2.1.7.4.1.2 |
classRTMTableA table of readonly Response Time Management information about this class.
All non-histogram information about RTM is kept in this table. SEQUENCE OF ClassRTMEntry .1.3.6.1.4.1.2334.2.1.7.5 |
classRTMEntryAn entry containing readonly Response Time Management information about
this class. ClassRTMEntry .1.3.6.1.4.1.2334.2.1.7.5.1 |
classTotalDelayMedianThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.1 |
classTotalDelayAverageThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.2 |
classTransactionsAboveTotalDelayThresholdThe number of network transactions whose aggregate delay was greater
than the value of classTotalDelayThreshold. Transactions
are defined according to classTransactionDefinition.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.3 |
classIntervalsAboveServiceLevelThresholdThe number of intervals over the aggregate delay threshold,
defined as those intervals with 'classIntervalServiceLevelThreshold'% or fewer
transactions with aggregate delay less than 'classTotalDelayThreshold'.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.4 |
classLastIntervalAboveServiceLevelThresholdThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2334.2.1.7.5.1.5 |
classServerDelayMedianThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.6 |
classServerDelayAverageThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.7 |
classNetworkDelayMedianThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.11 |
classNetworkDelayAverageThe 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.ro Gauge .1.3.6.1.4.1.2334.2.1.7.5.1.12 |
classTransactionBytesThe 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.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.13 |
classTransactionBytesHiThe 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.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.14 |
classRoundTripTimeThe 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.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.15 |
classRoundTripTimeHiThe 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.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.16 |
classTransactionsTotalThe total number of transactions for this class.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.17 |
classTotalDelayMsecThe time, in milliseconds, of total delay, per transaction.
This variable represents the low-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.18 |
classTotalDelayMsecHiThe time, in milliseconds, of total delay, per transaction.
This variable represents the high-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.19 |
classServerDelayMsecThe time, in milliseconds, of server delay, per transaction.
This variable represents the low-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.20 |
classServerDelayMsecHiThe time, in milliseconds, of server delay, per transaction.
This variable represents the high-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.21 |
classNetworkDelayMsecThe time, in milliseconds, of network delay, per transaction.
This variable represents the low-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.22 |
classNetworkDelayMsecHiThe time, in milliseconds, of network delay, per transaction.
This variable represents the high-order portion of a 64-bit value.ro Counter .1.3.6.1.4.1.2334.2.1.7.5.1.23 |
classWorstServerTableA 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. SEQUENCE OF ClassWorstServerEntry .1.3.6.1.4.1.2334.2.1.7.6 |
classWorstServerEntryAn entry describing a server experiencing the worst behavior with
respect to the response time threshold. ClassWorstServerEntry .1.3.6.1.4.1.2334.2.1.7.6.1 |
classWorstServerIndexA unique index from 1 to N, where N is a fixed limit, and a
lower value denotes a lower ratio of good transactions.ro INTEGER .1.3.6.1.4.1.2334.2.1.7.6.1.1 |
classWorstServerAddressThe address of this server.ro IpAddress .1.3.6.1.4.1.2334.2.1.7.6.1.2 |
classWorstServerTransactionCountThe number of transactions recorded for this server.ro Counter .1.3.6.1.4.1.2334.2.1.7.6.1.3 |
classWorstClientTableA 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. SEQUENCE OF ClassWorstClientEntry .1.3.6.1.4.1.2334.2.1.7.7 |
classWorstClientEntryAn entry describing a client experiencing the most sessions over
the response time threshold. ClassWorstClientEntry .1.3.6.1.4.1.2334.2.1.7.7.1 |
classWorstClientIndexA unique index from 1 to N, where N is a fixed limit, and a
lower value denotes a higher value of
classWorstClientSessionCount.ro INTEGER .1.3.6.1.4.1.2334.2.1.7.7.1.1 |
classWorstClientAddressThe address of this client.ro IpAddress .1.3.6.1.4.1.2334.2.1.7.7.1.2 |
classWorstClientTransactionCountThe number of transactions recorded for this client.ro Counter .1.3.6.1.4.1.2334.2.1.7.7.1.3 |