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

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

cat /proc/meminfo
查看内存

相关文章:

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