tn3270eRtCollCtlType |
.1.3.6.1.2.1.34.9.1.1.1.2 |
This object controls what types of response time data to
collect, whether to summarize the data across the members
of a client group or keep it individually, whether to
introduce dynamic definite responses, and whether to
generate traps.
aggregate(0) - Aggregate response time data for the
client group as a whole. If this bit
is set to 0, then maintain response
time data separately for each member
of the client group.
excludeIpComponent(1) - Do not include the IP-network
component in any response times.
ddr(2) - Enable dynamic definite response.
average(3) - Produce an average response time
based on a specified collection
interval.
buckets(4) - Maintain tn3270eRtDataBucket values in
a corresponding tn3270eRtDataEntry,
based on the bucket boundaries specified
in the tn3270eRtCollCtlBucketBndry
objects .
traps(5) - generate the notifications specified
in this MIB module. The
tn3270eRtExceeded and tn3270eRtOkay
notifications are generated only if
average(3) is also specified.
|
tn3270eRtCollCtlSPeriod |
.1.3.6.1.2.1.34.9.1.1.1.3 |
The number of seconds that defines the sample period.
The actual interval is defined as tn3270eRtCollCtlSPeriod
times tn3270eRtCollCtlSPMult.
The value of this object is used only if the corresponding
tn3270eRtCollCtlType has the average(3) setting.
|
tn3270eRtCollCtlSPMult |
.1.3.6.1.2.1.34.9.1.1.1.4 |
The sample period multiplier; this value is multiplied by
the sample period, tn3270eRtCollCtlSPeriod, to determine
the collection interval.
Sliding-window average calculation can, if necessary, be
disabled, by setting the sample period multiplier,
tn3270eRtCollCtlSPMult, to 1, and setting the sample
period, tn3270eRtCollCtlSPeriod, to the required
collection interval.
The value of this object is used only if the corresponding
tn3270eRtCollCtlType has the average(3) setting.
|
tn3270eRtCollCtlThreshHigh |
.1.3.6.1.2.1.34.9.1.1.1.5 |
The threshold for generating a tn3270eRtExceeded
notification, signalling that a monitored total response
time has exceeded the specified limit. A value of zero
for this object suppresses generation of this notification.
The value of this object is used only if the corresponding
tn3270eRtCollCtlType has average(3) and traps(5) selected.
A tn3270eRtExceeded notification is not generated again for a
tn3270eRtDataEntry until an average response time falling below
the low threshold tn3270eRtCollCtlThreshLow specified for the
client group has occurred for the entry.
|
tn3270eRtCollCtlThreshLow |
.1.3.6.1.2.1.34.9.1.1.1.6 |
The threshold for generating a tn3270eRtOkay notification,
signalling that a monitored total response time has fallen
below the specified limit. A value of zero for this object
suppresses generation of this notification. The value of
this object is used only if the corresponding
tn3270eRtCollCtlType has average(3) and traps(5) selected.
A tn3270eRtOkay notification is not generated again for a
tn3270eRtDataEntry until an average response time
exceeding the high threshold tn3270eRtCollCtlThreshHigh
specified for the client group has occurred for the entry.
|
tn3270eRtCollCtlIdleCount |
.1.3.6.1.2.1.34.9.1.1.1.7 |
The value of this object is used to determine whether a
sample that yields an average response time exceeding the
value of tn3270eRtCollCtlThreshHigh was a statistically
valid one. If the following statement is true, then the
sample was statistically valid, and so a tn3270eRtExceeded
notification should be generated:
AvgCountTrans * ((AvgRt/ThreshHigh - 1) ** 2) >= IdleCount
This comparison is done only if the corresponding
tn3270eRtCollCtlType has average(3) and traps(5) selected.
|
tn3270eRtCollCtlBucketBndry1 |
.1.3.6.1.2.1.34.9.1.1.1.8 |
The value of this object defines the range of transaction
response times counted in the Tn3270eRtDataBucket1Rts
object: those less than or equal to this value.
|
tn3270eRtCollCtlBucketBndry2 |
.1.3.6.1.2.1.34.9.1.1.1.9 |
The value of this object, together with that of the
tn3270eRtCollCtlBucketBndry1 object, defines the range
of transaction response times counted in the
Tn3270eRtDataBucket2Rts object: those greater than the
value of the tn3270eRtCollCtlBucketBndry1 object, and
less than or equal to the value of this object.
|
tn3270eRtCollCtlBucketBndry3 |
.1.3.6.1.2.1.34.9.1.1.1.10 |
The value of this object, together with that of the
tn3270eRtCollCtlBucketBndry2 object, defines the range of
transaction response times counted in the
Tn3270eRtDataBucket3Rts object: those greater than the
value of the tn3270eRtCollCtlBucketBndry2 object, and less
than or equal to the value of this object.
|
tn3270eRtCollCtlBucketBndry4 |
.1.3.6.1.2.1.34.9.1.1.1.11 |
The value of this object, together with that of the
tn3270eRtCollCtlBucketBndry3 object, defines the range
of transaction response times counted in the
Tn3270eRtDataBucket4Rts object: those greater than the
value of the tn3270eRtCollCtlBucketBndry3 object, and
less than or equal to the value of this object.
The value of this object also defines the range of
transaction response times counted in the
Tn3270eRtDataBucket5Rts object: those greater than the
value of this object.
|
tn3270eRtCollCtlRowStatus |
.1.3.6.1.2.1.34.9.1.1.1.12 |
This object allows entries to be created and deleted
in the tn3270eRtCollCtlTable. An entry in this table
is deleted by setting this object to destroy(6).
Deleting an entry in this table has the side-effect
of removing all entries from the tn3270eRtDataTable
that are associated with the entry being deleted.
|
tn3270eRtDataClientAddrType |
.1.3.6.1.2.1.34.9.1.2.1.1 |
Indicates the type of address represented by the value
of tn3270eRtDataClientAddress. The value unknown(0) is
used if aggregate data is being collected for the client
group.
|
tn3270eRtDataClientAddress |
.1.3.6.1.2.1.34.9.1.2.1.2 |
Contains the IP address of the TN3270 client being
monitored. A zero-length octet string is used if
aggregate data is being collected for the client group.
|
tn3270eRtDataClientPort |
.1.3.6.1.2.1.34.9.1.2.1.3 |
Contains the client port number of the TN3270 client being
monitored. The value 0 is used if aggregate data is being
collected for the client group, or if the
tn3270eRtDataClientAddrType identifies an address type that
does not support ports.
|
tn3270eRtDataAvgRt |
.1.3.6.1.2.1.34.9.1.2.1.4 |
The average total response time measured over the last
collection interval.
|
tn3270eRtDataAvgIpRt |
.1.3.6.1.2.1.34.9.1.2.1.5 |
The average IP response time measured over the last
collection interval.
|
tn3270eRtDataAvgCountTrans |
.1.3.6.1.2.1.34.9.1.2.1.6 |
The sliding transaction count used for calculating the
values of the tn3270eRtDataAvgRt and tn3270eRtDataAvgIpRt
objects. The actual transaction count is available in
the tn3270eRtDataCountTrans object.
The initial value of this object, before any averages have
been calculated, is 0.
|
tn3270eRtDataIntTimeStamp |
.1.3.6.1.2.1.34.9.1.2.1.7 |
The date and time of the last interval that
tn3270eRtDataAvgRt, tn3270eRtDataAvgIpRt, and
tn3270eRtDataAvgCountTrans were calculated.
Prior to the calculation of the first interval
averages, this object returns the value
0x0000000000000000000000. When this value is
returned, the remaining objects in the entry have
no significance.
|
tn3270eRtDataTotalRts |
.1.3.6.1.2.1.34.9.1.2.1.8 |
The count of the total response times collected.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataTotalIpRts |
.1.3.6.1.2.1.34.9.1.2.1.9 |
The count of the total IP-network response times
collected.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataCountTrans |
.1.3.6.1.2.1.34.9.1.2.1.10 |
The count of the total number of transactions detected.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataCountDrs |
.1.3.6.1.2.1.34.9.1.2.1.11 |
The count of the total number of definite responses
detected.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataElapsRndTrpSq |
.1.3.6.1.2.1.34.9.1.2.1.12 |
The sum of the elapsed round trip time squared. The sum
of the squares is kept in order to enable calculation of
a variance.
|
tn3270eRtDataElapsIpRtSq |
.1.3.6.1.2.1.34.9.1.2.1.13 |
The sum of the elapsed IP round trip time squared.
The sum of the squares is kept in order to enable
calculation of a variance.
|
tn3270eRtDataBucket1Rts |
.1.3.6.1.2.1.34.9.1.2.1.14 |
The count of the response times falling into bucket 1.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataBucket2Rts |
.1.3.6.1.2.1.34.9.1.2.1.15 |
The count of the response times falling into bucket 2.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataBucket3Rts |
.1.3.6.1.2.1.34.9.1.2.1.16 |
The count of the response times falling into bucket 3.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataBucket4Rts |
.1.3.6.1.2.1.34.9.1.2.1.17 |
The count of the response times falling into bucket 4.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataBucket5Rts |
.1.3.6.1.2.1.34.9.1.2.1.18 |
The count of the response times falling into bucket 5.
A management application can detect discontinuities in this
counter by monitoring the tn3270eRtDataDiscontinuityTime
object.
|
tn3270eRtDataRtMethod |
.1.3.6.1.2.1.34.9.1.2.1.19 |
The value of this object indicates the method that was
used in calculating the IP network time.
The value 'none(0) indicates that response times were not
calculated for the IP network.
|
tn3270eRtDataDiscontinuityTime |
.1.3.6.1.2.1.34.9.1.2.1.20 |
The value of sysUpTime on the most recent occasion at
which one or more of this entry's counter objects
suffered a discontinuity. This may happen if a TN3270E
server is stopped and then restarted, and local methods
are used to set up collection policy
(tn3270eRtCollCtlTable entries).
|