2017-10-21 22:31:18 +01:00
|
|
|
# lscpu
|
|
|
|
|
2024-04-18 06:04:00 +02:00
|
|
|
> Display information about the CPU architecture.
|
2021-08-16 07:34:01 -03:00
|
|
|
> 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]}}`
|