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

lstopo — Show the hardware topology of the system. More information: <https://manned.org/lstopo>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandlstopohardwareshowtopologycli

Problem

How to use the lstopo command: Show the hardware topology of the system. More information: <https://manned.org/lstopo>.

Solution

lstopo — Show the hardware topology of the system. More information: <https://manned.org/lstopo>.

Show the summarized system topology in a graphical window (or print to console if no graphical display is available):
lstopo


Show the full system topology without summarizations:
lstopo --no-factorize


Show the summarized system topology with only physical indices (i.e. as seen by the OS):
lstopo {{[-p|--physical]}}


Write the full system topology to a file in the specified format:
lstopo --no-factorize {{[--of|--output-format]}} {{console|ascii|tex|fig|svg|pdf|ps|png|xml}} {{path/to/file}}


Output in monochrome or greyscale:
lstopo --palette {{none|grey}}

Code Snippets

Show the summarized system topology in a graphical window (or print to console if no graphical display is available)

lstopo

Show the full system topology without summarizations

lstopo --no-factorize

Show the summarized system topology with only physical indices (i.e. as seen by the OS)

lstopo {{[-p|--physical]}}

Write the full system topology to a file in the specified format

lstopo --no-factorize {{[--of|--output-format]}} {{console|ascii|tex|fig|svg|pdf|ps|png|xml}} {{path/to/file}}

Output in monochrome or greyscale

lstopo --palette {{none|grey}}

Context

tldr-pages: common/lstopo

Revisions (0)

No revisions yet.