cpu-cli-controller 0.2.0

A Linux CPU controller CLI tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cpu-cli-controller

Control linux CPUs via the CLI.

## Description

Cores can be:
- activated
- deactivated
- shown (`1` means on, `0` means off)

The cores are detected by finding the directories of the form '/sys/devices/system/cpu/cpu<n>', where <n> is a positive integer. To activate (resp. deactivate) them, it sets '/sys/devices/system/cpu/cpu<n>/online' to `1` (resp. `0`). The cpu0 cannot be deactivated.

## Similar tools
- [GUI cpu controller]https://github.com/ART3MISTICAL/cpu-controller