Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:linux_os:cpu_affinity [2019-02-08 10:31] – angelegt mgehrig2software:linux:linux_os:cpu_affinity [2019-02-24 15:44] (aktuell) graf
Zeile 7: Zeile 7:
  
  
-===== Pin all Linux processes to a certain CPU core =====+===== Pin all Linux Processes to a Certain CPU Core =====
 Add the following [[software:linux:linux_os:kernel_parameter|kernel parameter]]: Add the following [[software:linux:linux_os:kernel_parameter|kernel parameter]]:
  
Zeile 19: Zeile 19:
  
  
-===== Pin a certain process to an other CPU core ===== +===== Pin a Process to Another CPU Core ===== 
-To pin a certain process to CPU core 1 use:+To pin a certain process to CPU core 1 use:
  
 ''taskset 0x2 <rt-process>'' ''taskset 0x2 <rt-process>''
  
 **Hint**: **Hint**:
-This will pin the process to core 1, not core 2+This will pin the process to core 1, not core 2see //Bitmask// further down.
-For more information see chapter //Bitmask// further down.+
  
 ==== Bitmask ==== ==== Bitmask ====