Linux下查看CPU类型三种方法的区别介绍 ★★★
Linux下查看CPU类型三种方法的区别介绍
作者:佚名 文章来源:本站原创 点击数: 更新时间:2008-3-28 20:57:26
关键字信息载入中...
广告载入中...
1.dmesg |grep CPU
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
Intel Machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0183f9ff c1c7f9ff 00000000 00000000
CPU: Common caps: 0183f9ff c1c7f9ff 00000000 00000000
CPU: AMD Duron(tm) Processor stepping 01
~~~~~~~~~
2.cat /proc/cpuinfo |grep name
model name : AMD Duron(tm) Processor
3.rpm -q --queryformat "%{ARCH}\n" kernel
athlon
文章录入:lwyx 责任编辑:lwyx

