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 24, 2020
1 parent b8343bc commit 5175c3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,11 @@ 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

Expand Down

0 comments on commit 5175c3e

Please sign in to comment.