lscpu: add page (#1565)

coverage
Starbeamrainbowlabs 2017-10-24 10:47:17 +01:00 committed by GitHub
commit 73ccd75a6e
1 changed files with 15 additions and 0 deletions

15
pages/linux/lscpu.md Normal file
View 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`