class cobra.model.copp.DropHist1year¶
-
class
cobra.model.copp.
DropHist1year
¶
A class that represents historical statistics for Copp Drop Counters in a 1 year sampling interval. This class updates every day.
- Containers:
- Properties:
bytesAvg : The average number of bytes transmitted or received in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesCum : The sum total of values read to specify the number of transmitted or received bytes. Note that this value continues through each interval without resetting to zero.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesMax : The largest number of bytes transmitted or received in an interval. This value is only overwritten if the most current value is greater than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 5, the previous value is overwritten with 5. If the third reading is smaller than 5, the value remains at 5. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesMin : The smallest number of bytes transmitted or received in an interval. This value is only overwritten if the most current value is smaller than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 2, the previous value is overwritten with 2. If the third reading is larger than 2, the value remains at 2. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesPer : The sum total of bytes transmitted or received in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRate : The rate of bytes transmitted or received in an interval. The rate is calculated by dividing the periodic value by the length of the interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateAvg : The average rate of bytes transmitted or received in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateMax : The largest rate of bytes transmitted or received in an interval. This value is only overwritten if the most current value is greater than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 5, the previous value is overwritten with 5. If the third reading is smaller than 5, the value remains at 5. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateMin : The lowest rate of bytes transmitted or received in an interval. This value is only overwritten if the most current value is smaller than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 2, the previous value is overwritten with 2. If the third reading is larger than 2, the value remains at 2. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateSpct : The rate of missed and/or incorrectly transmitted or received bytes in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateThr : The threshold crossing flags for the rate of bytes transmitted or received in an interval. The threshold crossing flags indicate the properties of the counter that crossed the threshold during the collection interval. Note that this value resets at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesRateTr : The trending value for the rate of bytes transmitted or received in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesSpct : The missed and/or incorrectly transmitted or received bytes in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesThr : The threshold crossing flags for the number of bytes transmitted or received in an interval. The threshold crossing flags indicate the properties of the counter that crossed the threshold during the collection interval. Note that this value resets at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
bytesTr : The trending value of the number of bytes transmitted or received in an interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
childAction : Delete or ignore. For internal use only.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
cnt : The number of readings made within the current sample.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
dn : A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module.
- isNaming: False
- isCreateOnly: True
- isConfig: False
- isImplicit: True
index : The index of the object.
- isNaming: True
- isCreateOnly: True
- isConfig: True
- isImplicit: False
lastCollOffset :
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
modTs : The time when this object was last modified.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
pktsAvg : The average number of transmitted or received packets in the last interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsCum : The sum total of values read to specify the transmitted or received packets. Note that this value continues through each interval without resetting to zero.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsMax : The largest number of transmitted or received packets in the last interval. This value is only overwritten if the most current value is greater than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 5, the previous value is overwritten with 5. If the third reading is smaller than 5, the value remains at 5. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsMin : The lowest number of transmitted or received packets in the last interval. This value is only overwritten if the most current value is less than the previous value. For example, if the value of the first reading is 5 and the value of the second reading is 3, the previous value is overwritten with 3. If the third reading is greater than 3, the value remains at 3. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsPer : The sum total number of transmitted or received packets in the last interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRate : The rate of transmitted or received packets in the last interval. The rate is calculated by dividing the periodic value by the length of the interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateAvg : The average rate of egress bytes or packets sent or received by the system. This value resets to 0 at the beginning of each interval
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateMax : The largest rate of egress bytes or packets sent or received by the system. This value is only overwritten if the most current value is larger than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 5, the previous value is overwritten with 5. If the third reading is smaller than 5, the value remains at 5. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateMin : The lowest rate of egress bytes or packets sent or received by the system. This value is only overwritten if the most current value is smaller than the previous value. For example, if the value of the first reading is 3 and the value of the second reading is 2, the previous value is overwritten with 2. If the third reading is larger than 2, the value remains at 2. Note that this value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateSpct : The rate of missed and/or incorrect egress bytes or packets sent or received by the system. This value resets to 0 at the beginning of each interval
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateThr : The threshold crossing flags for egress bytes or packets sent or received by the system. The threshold crossing flags indicate the properties of the counter that crossed the threshold during the collection interval. Note that this value resets at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsRateTr : The trending value of the egress bytes or packets sent or received by the system. This value resets to 0 at the beginning of each interval
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsSpct : The number of missed and/or incorrectly transmitted or received packets in the last interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsThr : The threshold crossing flags of transmitted or received packets in the last interval. The threshold crossing flags indicate the properties of the counter that crossed the threshold during the collection interval. Note that this value resets at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
pktsTr : The trending value of transmitted or received packets in the last interval. This value resets to 0 at the beginning of each interval.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: False
repIntvEnd :
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
repIntvStart :
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True
rn : Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names.
- isNaming: False
- isCreateOnly: True
- isConfig: False
- isImplicit: True
status : The upgrade status. This property is for internal use only.
- isNaming: False
- isCreateOnly: False
- isConfig: False
- isImplicit: True