Browse Source

first commit

Dimosthenis Masouros 6 years ago
parent
commit
7be2b541e4
1 changed files with 11 additions and 0 deletions
  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.