mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 12:44:20 +00:00
26 lines
533 B
Plaintext
26 lines
533 B
Plaintext
---
|
|
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]}}`
|