2017-10-21 22:31:18 +01:00
|
|
|
# lscpu
|
|
|
|
|
2024-04-18 05:04:00 +01:00
|
|
|
> Display information about the CPU architecture.
|
2021-08-16 11:34:01 +01: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:
|
|
|
|
|
|
|
|
`lscpu --extended`
|
2017-10-22 10:09:16 +01:00
|
|
|
|
|
|
|
- Display only information about offline CPUs in a table:
|
|
|
|
|
|
|
|
`lscpu --extended --offline`
|