Debian Linux:
# apt-get install schedutils
Red Hat Enterprise Linux:
# up2date schedutils
OR
# rpm -ivh schedutils*
Under latest version of Debian / Ubuntu Linux taskset is installed by default using util-linux...
Read more... Add new comment



Setting processor affinity for a certain task or process using taskset command
taskset is used to set or retrieve the CPU affinity of a running process given its PID or to launch a new COMMAND with a given CPU affinity. However taskset is not installed by default. You need to install schedutils (Linux scheduler utilities) package.Install schedutils
Debian Linux: # apt-get install schedutils Red Hat Enterprise Linux: # up2date schedutils OR # rpm -ivh schedutils* Under latest version of Debian / Ubuntu Linux taskset is installed by default using util-linux... Read more... Add new comment
|
||||||
|
||||||
| Page 1 of 38 |