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.
Name | Type | Description | Notes |
---|---|---|---|
closID | String | The identity for RDT Class of Service | [optional] |
enableCMT | Boolean | 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. | [optional] |
enableMBM | Boolean | 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. | [optional] |
l3CacheSchema | String | The schema for L3 cache id and capacity bitmask (CBM) Format: "L3:<cache_id0>=<cbm0>;<cache_id1>=<cbm1>;..." | [optional] |
memBwSchema | 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. | [optional] |
- Serializable