mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 19:55:45 +02:00
lscpu: add examples (#16388)
This commit is contained in:
parent
3a3a3143fc
commit
4910cbeff5
1 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,18 @@
|
||||||
|
|
||||||
`lscpu {{[-e|--extended]}}`
|
`lscpu {{[-e|--extended]}}`
|
||||||
|
|
||||||
|
- Display only information about online CPUs in a table:
|
||||||
|
|
||||||
|
`lscpu {{[-e|--extended]}} {{[-b|--online]}}`
|
||||||
|
|
||||||
- Display only information about offline CPUs in a table:
|
- Display only information about offline CPUs in a table:
|
||||||
|
|
||||||
`lscpu {{[-e|--extended]}} {{[-c|--offline]}}`
|
`lscpu {{[-e|--extended]}} {{[-c|--offline]}}`
|
||||||
|
|
||||||
|
- Display details about CPU caches:
|
||||||
|
|
||||||
|
`lscpu {{[-C|--caches]}}`
|
||||||
|
|
||||||
|
- Display information in JSON format:
|
||||||
|
|
||||||
|
`lscpu {{[-J|--json]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue