Dimosthenis Masouros před 7 roky
rodič
revize
9648ac884e
1 změnil soubory, kde provedl 14 přidání a 4 odebrání
  1. 14 4
      README.md

+ 14 - 4
README.md

@@ -1,10 +1,20 @@
 # Intel's Cache Allocation Technology
 # Intel's Cache Allocation Technology
 Intel’s Cache Allocation Technology (CAT) helps address shared resource concerns by providing software control of where data is allocated into the last-level cache (LLC), enabling isolation and prioritization of key applications.
 Intel’s Cache Allocation Technology (CAT) helps address shared resource concerns by providing software control of where data is allocated into the last-level cache (LLC), enabling isolation and prioritization of key applications.
+
 ## Acronyms
 ## Acronyms
-CAT : Cache Allocation Technology
+**CAT :** Cache Allocation Technology
+
+**CMT :** Cache Monitoring Technology
+
+**CDP :** Code and Data prioritization
+
+**CLOS/COS :** Class of service
+
 
 
-CMT : Cache Monitoring Technology
+## Commands
 
 
-CDP : Code and Data prioritization
+Show current configuration
 
 
-CLOS/COS : Class of service
+```bash
+pqos -s
+```