mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 04:57:07 +03:00

Currently htop does not support offline CPUs and hot-swapping, e.g. via echo 0 > /sys/devices/system/cpu/cpu2/online Split the current single cpuCount variable into activeCPUs and existingCPUs. Supersedes: #650 Related: #580