tldr/pages/linux/lscpu.md

16 lines
252 B
Markdown
Raw Normal View History

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