Files
cheatsheet-tldr/tldr/linux/lstopo-no-graphics
2025-11-12 00:20:22 +00:00

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]}}`