mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 11:55:33 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/lstopo-no-graphics
Normal file
25
tldr/linux/lstopo-no-graphics
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lstopo-no-graphics
|
||||
|
||||
> Manage and query hardware topology information.
|
||||
> More information: <https://manned.org/lstopo-no-graphics>.
|
||||
|
||||
- Display the machine topology in a tree format:
|
||||
|
||||
`lstopo-no-graphics`
|
||||
|
||||
- Display only physical cores (ignore logical processors):
|
||||
|
||||
`lstopo-no-graphics --only pu`
|
||||
|
||||
- Display the topology with physical indexes:
|
||||
|
||||
`lstopo-no-graphics {{[-p|--physical]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`lstopo-no-graphics {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user