Dimosthenis Masouros преди 7 години
родител
ревизия
d9d451c425
променени са 1 файла, в които са добавени 16 реда и са изтрити 2 реда
  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
+```