mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
41af31be7f
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