tldr/pages/linux/lscpu.md

16 lines
252 B
Markdown
Raw Normal View History

2017-10-21 22:31:18 +01:00
# lscpu
> Displays information about the CPU architecture.
2017-10-22 10:09:16 +01:00
- Display information about all CPUs:
2017-10-21 22:31:18 +01:00
`lscpu`
- Display information in a table:
`lscpu --extended`
2017-10-22 10:09:16 +01:00
- Display only information about offline CPUs in a table:
`lscpu --extended --offline`