Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-12 00:20:22 +00:00
parent 3f758d63f7
commit 8b085234e1
6 changed files with 193 additions and 0 deletions

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