lscpu: add page (#1565)
This commit is contained in:
15
pages/linux/lscpu.md
Normal file
15
pages/linux/lscpu.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# lscpu
|
||||
|
||||
> Displays information about the CPU architecture.
|
||||
|
||||
- Display information about all CPUs:
|
||||
|
||||
`lscpu`
|
||||
|
||||
- Display information in a table:
|
||||
|
||||
`lscpu --extended`
|
||||
|
||||
- Display only information about offline CPUs in a table:
|
||||
|
||||
`lscpu --extended --offline`
|
Reference in New Issue
Block a user