We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d93ada commit 9121e3fCopy full SHA for 9121e3f
deployment/pcm/README.md
@@ -75,12 +75,17 @@ More information here: https://kubernetes.io/docs/tutorials/security/ns-level-ps
75
- docker service up and running.
76
- full set of metrics available only bare-metal instance or Cloud .metal instance.
77
78
-#### 1) (Optionally) mount resctrl filesystem (for RDT metrics)
+#### 1) (Optionally) mount resctrl filesystem (for RDT metrics) to unload "msr" kernel module for validation
79
80
```
81
mount -t resctrl resctrl /sys/fs/resctrl
82
83
84
+For validation to verify that all metrics are available without msr, unload "msr" module from kernel:
85
+```
86
+rmmod msr
87
88
+
89
#### 2) Create kind based Kubernetes cluster
90
91
0 commit comments