2024-05-14 23:36:45 +08:00
|
|
|
# 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`
|
|
|
|
|
2025-03-17 23:17:57 +02:00
|
|
|
- Show the summarized system topology with only physical indices (i.e. as seen by the OS):
|
2024-05-14 23:36:45 +08:00
|
|
|
|
2025-03-17 23:17:57 +02:00
|
|
|
`lstopo {{[-p|--physical]}}`
|
2024-05-14 23:36:45 +08:00
|
|
|
|
|
|
|
- Write the full system topology to a file in the specified format:
|
|
|
|
|
2025-03-17 23:17:57 +02:00
|
|
|
`lstopo --no-factorize {{[--of|--output-format]}} {{console|ascii|tex|fig|svg|pdf|ps|png|xml}} {{path/to/file}}`
|
2024-05-14 23:36:45 +08:00
|
|
|
|
|
|
|
- Output in monochrome or greyscale:
|
|
|
|
|
|
|
|
`lstopo --palette {{none|grey}}`
|