1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 03:35:24 +02:00
tldr/pages/linux/lscpu.md

29 lines
559 B
Markdown
Raw Normal View History

2017-10-21 22:31:18 +01:00
# lscpu
> Display information about the CPU architecture.
> More information: <https://manned.org/lscpu>.
2017-10-21 22:31:18 +01:00
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:
2025-03-12 21:05:58 +02:00
`lscpu {{[-e|--extended]}}`
2017-10-22 10:09:16 +01:00
2025-05-06 02:42:17 +10:00
- Display only information about online CPUs in a table:
`lscpu {{[-e|--extended]}} {{[-b|--online]}}`
2017-10-22 10:09:16 +01:00
- Display only information about offline CPUs in a table:
2025-03-12 21:05:58 +02:00
`lscpu {{[-e|--extended]}} {{[-c|--offline]}}`
2025-05-06 02:42:17 +10:00
- Display details about CPU caches:
`lscpu {{[-C|--caches]}}`
- Display information in JSON format:
`lscpu {{[-J|--json]}}`