Struct podman_autogen_api::models::linux_intel_rdt::LinuxIntelRdt
source · pub struct LinuxIntelRdt {
pub clos_id: Option<String>,
pub enable_cmt: Option<bool>,
pub enable_mbm: Option<bool>,
pub l3_cache_schema: Option<String>,
pub mem_bw_schema: Option<String>,
}
Expand description
LinuxIntelRdt : LinuxIntelRdt has container runtime resource constraints for Intel RDT CAT and MBA features and flags enabling Intel RDT CMT and MBM features. Intel RDT features are available in Linux 4.14 and newer kernel versions.
Fields§
§clos_id: Option<String>
The identity for RDT Class of Service
enable_cmt: Option<bool>
EnableCMT is the flag to indicate if the Intel RDT CMT is enabled. CMT (Cache Monitoring Technology) supports monitoring of the last-level cache (LLC) occupancy for the container.
enable_mbm: Option<bool>
EnableMBM is the flag to indicate if the Intel RDT MBM is enabled. MBM (Memory Bandwidth Monitoring) supports monitoring of total and local memory bandwidth for the container.
l3_cache_schema: Option<String>
The schema for L3 cache id and capacity bitmask (CBM) Format: "L3:<cache_id0>=
mem_bw_schema: Option<String>
The schema of memory bandwidth per L3 cache id Format: "MB:<cache_id0>=bandwidth0;<cache_id1>=bandwidth1;…" The unit of memory bandwidth is specified in "percentages" by default, and in "MBps" if MBA Software Controller is enabled.
Implementations§
source§impl LinuxIntelRdt
impl LinuxIntelRdt
sourcepub fn new() -> LinuxIntelRdt
pub fn new() -> LinuxIntelRdt
LinuxIntelRdt has container runtime resource constraints for Intel RDT CAT and MBA features and flags enabling Intel RDT CMT and MBM features. Intel RDT features are available in Linux 4.14 and newer kernel versions.
Trait Implementations§
source§impl Clone for LinuxIntelRdt
impl Clone for LinuxIntelRdt
source§fn clone(&self) -> LinuxIntelRdt
fn clone(&self) -> LinuxIntelRdt
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LinuxIntelRdt
impl Debug for LinuxIntelRdt
source§impl Default for LinuxIntelRdt
impl Default for LinuxIntelRdt
source§fn default() -> LinuxIntelRdt
fn default() -> LinuxIntelRdt
source§impl<'de> Deserialize<'de> for LinuxIntelRdt
impl<'de> Deserialize<'de> for LinuxIntelRdt
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>,
source§impl PartialEq for LinuxIntelRdt
impl PartialEq for LinuxIntelRdt
source§fn eq(&self, other: &LinuxIntelRdt) -> bool
fn eq(&self, other: &LinuxIntelRdt) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LinuxIntelRdt
impl Serialize for LinuxIntelRdt
impl StructuralPartialEq for LinuxIntelRdt
Auto Trait Implementations§
impl Freeze for LinuxIntelRdt
impl RefUnwindSafe for LinuxIntelRdt
impl Send for LinuxIntelRdt
impl Sync for LinuxIntelRdt
impl Unpin for LinuxIntelRdt
impl UnwindSafe for LinuxIntelRdt
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)