1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/linux/cpuid.md

17 lines
261 B
Markdown
Raw Permalink Normal View History

2020-09-30 13:42:08 +08:00
# cpuid
> 显示有关所有 CPU 的详细信息。
2024-10-12 10:02:00 +02:00
> 更多信息:<https://etallen.com/cpuid.html>.
2020-09-30 13:42:08 +08:00
- 显示所有 CPU 的信息:
2020-09-30 13:42:08 +08:00
`cpuid`
- 仅显示当前 CPU 的信息:
2020-09-30 13:42:08 +08:00
`cpuid -1`
- 显示原始十六进制信息,不进行解码:
2020-09-30 13:42:08 +08:00
`cpuid -r`