|
@@ -16,5 +16,19 @@ Intel’s Cache Allocation Technology (CAT) helps address shared resource concer
|
|
|
Show current configuration
|
|
|
|
|
|
```bash
|
|
|
-pqos -s
|
|
|
-```
|
|
|
+sudo pqos -s -v
|
|
|
+```
|
|
|
+
|
|
|
+*When I try to run the utility I get the following error messages:*
|
|
|
+
|
|
|
+> WARN: Error opening file '/dev/cpu/0/msr'!
|
|
|
+> ERROR: CDP detection error!
|
|
|
+> ERROR: Fatal error encounter in CAT discovery!
|
|
|
+> ERROR: discover_capabilities() error 1
|
|
|
+> Error initializing PQoS library!
|
|
|
+
|
|
|
+Run the following command:
|
|
|
+
|
|
|
+```bash
|
|
|
+sudo modprobe msr
|
|
|
+```
|