Dimosthenis Masouros 6 éve
szülő
commit
d9d451c425
1 módosított fájl, 16 hozzáadás és 2 törlés
  1. 16 2
      README.md

+ 16 - 2
README.md

@@ -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
+```