Description | A list of objects which accumulate the results of a
series of RTT operations over a 60 minute time period.
The statistics capture table is a rollover table. When
rttMonStatsCaptureStartTimeIndex groups exceeds the
rttMonStatisticsAdminNumHourGroups value, the oldest
corresponding hourly group will be deleted and will be
replaced with the new rttMonStatsCaptureStartTimeIndex
hourly group.
All other indices will fill to there maximum size.
The statistics capture table has five indices. Each
described as follows:
- The first index correlates its entries to a
conceptual RTT control row via the
rttMonCtrlAdminIndex object.
- The second index is a rollover group and it
uniquely identifies a 60 minute group. (The
rttMonStatsCaptureStartTimeIndex object
is used to make this value unique.)
- When the RttMonRttType is 'pathEcho', the third
index uniquely identifies the paths in a
statistics period. (The period is 60
minutes.) A path will be created for each
unique path through the network. Note: A
path that does not contain the target is
considered a different path than one which
uses the exact same path, but does contain the
target. For all other values of RttMonRttType
this index will be one.
- When the RttMonRttType is 'pathEcho', the fourth
index uniquely identifies the hops in each path,
as grouped by the third index. This index does
imply the order of the hops along the path to a
target. For all other values of RttMonRttType
this index will be one.
- The fifth index uniquely creates a statistical
distribution bucket. |