HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lstopo-no-graphics — Manage and query hardware topology information. More information: <https://manned.org/lstopo-no-grap

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandhardwareandtopologyclimanagequerylstopo-no-graphics
linux

Problem

How to use the lstopo-no-graphics command: Manage and query hardware topology information. More information: <https://manned.org/lstopo-no-graphics>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/lstopo-no-graphics

Revisions (0)

No revisions yet.