Skip to content

Commit

Permalink
config-linux: Add description of Intel RDT monitoring features (CMT, …
Browse files Browse the repository at this point in the history
…MBM)

Signed-off-by: Paweł Szulik <pawel.szulik@intel.com>
  • Loading branch information
Paweł Szulik committed Nov 18, 2020
1 parent b8343bc commit ef65e37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,12 @@ The following parameters can be specified for the container:

* If `closID` is set, and neither of `l3CacheSchema` and `memBwSchema` are set, runtime MUST check if corresponding pre-configured directory `closID` is present in mounted `resctrl`. If such pre-configured directory `closID` exists, runtime MUST assign container to this `closID` and [generate an error](runtime.md#errors) if directory does not exist.

* **`monitoring`** *(boolean OPTIONAL)* - specifies if Intel RDT monitoring features (CMT and MBM) should be enabled

* **`monitoring`** *(boolean OPTIONAL)* - specifies if Intel RDT monitoring features should be enabled:
* CMT ( Cache Monitoring Technology ) supports monitoring of the last-level cache (LLC) occupancy
for the container.
* MBM ( Memory Bandwidth Monitoring ) supports monitoring of total and local memory bandwidth
for the container.

### Example

Consider a two-socket machine with two L3 caches where the default CBM is 0x7ff and the max CBM length is 11 bits,
Expand Down

0 comments on commit ef65e37

Please sign in to comment.