This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
realtime:documentation:howto:tools:cpuset [2017/05/10 22:26] srodrig1 |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Cpuset Management Utility ====== | ||
- | Current Version: **1.5.8** | ||
- | |||
- | Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier. | ||
- | |||
- | The cpuset project is hosted on github at [[https://github.com/lpechacek/cpuset|https://github.com/lpechacek/cpuset]] | ||
- | |||
- | ===== Install cpuset ===== | ||
- | |||
- | In order to install cpuset package on Ubuntu 16.04 (Xenial Xerus) issue the following command on terminal: | ||
- | |||
- | <code bash> | ||
- | $ sudo apt-get update | ||
- | $ sudo apt-get install cpuset | ||
- | </code> |