chcpu â configure CPUs
| Use Case | Command | Description |
|---|---|---|
| Configure CPUs | chcpu -c cpu-list |
Assign CPUs from hypervisor pool to virtual hardware |
| Disable CPUs | chcpu -d cpu-list |
Set CPUs offline |
| Enable CPUs | chcpu -e cpu-list |
Set CPUs online (must be configured first) |
| Deconfigure CPUs | chcpu -g cpu-list |
Return CPUs to hypervisor pool (must be offline first) |
| Set dispatch mode | chcpu -p mode |
Change CPU polarization (horizontal/vertical) |
| Rescan CPUs | chcpu -r |
Detect newly attached CPUs |
| Show help | chcpu -h |
Display help text and exit |
| Show version | chcpu -V |
Display version information and exit |
chcpu -c|-d|-e|-g cpu-list
chcpu -p mode
chcpu -r|-h|-V
chcpu can modify the state of CPUs. It can enable or disable CPUs, scan for new CPUs, change the CPU dispatching mode of the underlying hypervisor, and request CPUs from the hypervisor (configure) or return CPUs to the hypervisor (deconfigure).
Some options have a cpu-list argument. Use this argument to specify a comma-separated list of CPUs. The list can contain individual CPU addresses or ranges of addresses. For example, 0,5,7,9-11 makes the command applicable to the CPUs with the addresses 0, 5, 7, 9, 10, and 11.
-c, --configure cpu-list â Configure the specified CPUs. Configuring a CPU means that the hypervisor takes a CPU from the CPU pool and assigns it to the virtual hardware on which your kernel runs.-d, --disable cpu-list â Disable the specified CPUs. Disabling a CPU means that the kernel sets it offline.-e, --enable cpu-list â Enable the specified CPUs. Enabling a CPU means that the kernel sets it online. A CPU must be configured, see -c, before it can be enabled.-g, --deconfigure cpu-list â Deconfigure the specified CPUs. Deconfiguring a CPU means that the hypervisor removes the CPU from the virtual hardware on which the Linux instance runs and returns it to the CPU pool. A CPU must be offline, see -d, before it can be deconfigured.-p, --dispatch mode â Set the CPU dispatching mode (polarization). This option has an effect only if your hardware architecture and hypervisor support CPU polarization. Available modes are:
-r, --rescan â Trigger a rescan of CPUs. After a rescan, the Linux kernel recognizes the new CPUs. Use this option on systems that do not automatically detect newly attached CPUs.-V, --version â Display version information and exit.-h, --help â Display help text and exit.0 â success1 â failure64 â partial successHeiko Carstens <heiko.carstens AT de.com>
Copyright IBM Corp. 2011
For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.
The chcpu command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-09 09:17 @2600:1f28:365:80b0:50b3:453e:ff52:20f7
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format