commands.sh

lstopo

all

Show the hardware topology of the system.

More info →

Options (2)

-p, --physicalboolean

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

Example: lstopo {{[-p|--physical]}}
--ofboolean

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

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

Examples (5)

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

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
made by @shridhargupta | data from tldr-pages