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:34] 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> | ||
| - | |||
| - | [[realtime:documentation:howto:tools:cpuset:tutorial|tutorial]] | ||