@@ -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.