cat /proc/cpuinfo | grep 'physical id' | sort | uniq | wc -l
个数

cat /proc/cpuinfo | grep 'process' | sort | uniq | wc -l
核数

cat /proc/meminfo
查看内存

相关文章:

  • 2021-08-15
  • 2021-12-07
  • 2021-11-30
  • 2021-11-06
  • 2021-05-13
  • 2022-01-31
猜你喜欢
  • 2021-08-21
  • 2021-11-06
  • 2022-12-23
  • 2021-04-30
  • 2022-01-04
  • 2021-10-29
  • 2022-12-23
相关资源
相似解决方案