Skip to content

Instantly share code, notes, and snippets.

@CandyMi
Created July 1, 2026 19:33
Show Gist options
  • Select an option

  • Save CandyMi/7e6b9adc7557d5a157a6e015ce765bb2 to your computer and use it in GitHub Desktop.

Select an option

Save CandyMi/7e6b9adc7557d5a157a6e015ce765bb2 to your computer and use it in GitHub Desktop.
各平台获取CPU核心数

各平台获取CPU核心数

Linux

cat /proc/cpuinfo | grep processor | wc -l

MacOS | FreeBSD

sysctl -n hw.ncpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment