LinuxCommandLibrary

lstopo

Show the hardware topology of the system.

TLDR

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

$ lstopo
copy


Show the full system topology without summarizations
$ lstopo --no-factorize
copy


Show the summarized system topology with only [p]hysical indices (i.e. as seen by the OS)
$ lstopo --physical
copy


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


Output in monochrome or greyscale
$ lstopo --palette [none|grey]
copy

Copied to clipboard