[Feature Request]: check
/ck_cpu_core
: check if current cpu core is not less than given condition
#69
Labels
Milestone
Is there an existing issue for the feature request?
Feature Description
check if current cpu core is not less than given condition
Feature Implementation
mac: cpu_cores=
sysctl -n machdep.cpu.core_count
linux: cpu_cores=
cat /proc/cpuinfo | grep "processor" | wc -l
Additional information
No response
The text was updated successfully, but these errors were encountered: