瀏覽代碼

first commit

Dimosthenis Masouros 6 年之前
父節點
當前提交
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
+```