浏览代码

first commit

Dimosthenis Masouros 7 年之前
父节点
当前提交
7be2b541e4
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -13,12 +13,23 @@ Intel’s Cache Allocation Technology (CAT) helps address shared resource concer
 
 ## Commands
 
+### Monitoring
+
 Show current configuration
 
 ```bash
 sudo pqos -s -v
 ```
 
+Monitor LLC occupancy for group of cores (e.g. [0-2] and [3-5])
+
+```bash
+sudo pqos -m "all:[0-2],[3-5];"
+```
+
+### Usage
+
+
 
 ## F.A.Q.