红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Under Linux Show CPU type on the difference between three methods

Under Linux Show CPU type on the difference between three methods

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

TOP

发新话题