标签:信息 lang uniq 线程 inux 不同 好的 全局 tip
cat /proc/cpuinfo
cat /proc/cpuinfo | grep ‘physical id‘
cat /proc/cpuinfo | grep ‘physical id‘ | sort
cat /proc/cpuinfo | grep ‘physical id‘ | sort | uniq
最终命令:
cat /proc/cpuinfo | grep ‘physical id‘ | sort | uniq | wc -l
标签:信息 lang uniq 线程 inux 不同 好的 全局 tip
原文地址:https://www.cnblogs.com/immortalBlog/p/13435327.html