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 23:46] 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]] | ||
- | |||
- | From there cpuset can be build from source or get pre-built binaries packages for multiple distributions from [[http://download.opensuse.org/repositories/home:/tsariounov:/cpuset]] | ||
- | |||
- | Also cpuset can be installed on Ubuntu 16.04 (Xenial Xerus) issuing the following command on terminal: | ||
- | |||
- | <code bash> | ||
- | $ sudo apt-get update | ||
- | $ sudo apt-get install cpuset | ||
- | </code> | ||
- | |||
- | An in-depth tutorial for both basic shielding and advanced cpuset manipulation using cset tool can be found here [[realtime:documentation:howto:tools:cpuset:tutorial|tutorial]] |