2010年5月31日

理解/proc/cpuinfo

摘要: Understanding /proc/cpuinfoExample:$uname -r2.6.18-8.el5How many physical processors are there?$grep 'physical id' /proc/cpuinfo | sort | uniq | wc -l2How many virtual processors are there?$grep ^proc... 阅读全文

posted @ 2010-05-31 14:24 SYSTEM ADMINISTRATION 阅读(2233) 评论(0) 推荐(0)

导航