Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions pages/linux/lstopo-no-graphics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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]}}`