pub struct CurrentPeriod {
pub correctable_ecc_error_count: Option<Option<Int64>>,
pub uncorrectable_ecc_error_count: Option<Option<Int64>>,
}Expand description
The cache memory metrics since the last system reset or ClearCurrentPeriod action for a
processor.
This type shall describe the cache memory metrics since last system reset or ClearCurrentPeriod
action for a processor.
Fields§
§correctable_ecc_error_count: Option<Option<Int64>>The number of correctable errors of cache memory since reset or ClearCurrentPeriod action for
this processor.
This property shall contain the number of correctable errors of cache memory since reset or
ClearCurrentPeriod action for this processor. When this resource is subordinate to the
ProcessorSummary object, this property shall be the sum of CorrectableECCErrorCount over all
processors.
uncorrectable_ecc_error_count: Option<Option<Int64>>The number of uncorrectable errors of cache memory since reset or ClearCurrentPeriod action for
this processor.
This property shall contain the number of uncorrectable errors of cache memory since reset or
ClearCurrentPeriod action for this processor. When this resource is subordinate to the
ProcessorSummary object, this property shall be the sum of UncorrectableECCErrorCount over all
processors.
Trait Implementations§
Source§impl Debug for CurrentPeriod
impl Debug for CurrentPeriod
Source§impl<'de> Deserialize<'de> for CurrentPeriod
impl<'de> Deserialize<'de> for CurrentPeriod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Send for CurrentPeriod
SAFETY: All generated data types are Send
impl Sync for CurrentPeriod
SAFETY: All generated data types are Sync