CHCPU - Control CPU States on Linux | Online Free DevTools by Hexmos
Control CPU states on Linux with CHCPU. Enable, disable, and manage CPU cores efficiently using this command-line tool. Free online tool, no registration required.
chcpu
Enable/disable a system’s CPUs. More information: https://manned.org/chcpu.
- Disable one or more CPUs by their IDs:
chcpu {{[-d|--disable]}} {{1,3}}
- Enable one or more ranges of CPUs by their IDs:
chcpu {{[-e|--enable]}} {{1-3,5-7}}