mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:42:09 +02:00
lstopo: add page (#12785)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
b6ea0b654c
commit
9095c83a34
1 changed files with 24 additions and 0 deletions
24
pages/common/lstopo.md
Normal file
24
pages/common/lstopo.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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 [p]hysical indices (i.e. as seen by the OS):
|
||||
|
||||
`lstopo --physical`
|
||||
|
||||
- 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}}`
|
||||
|
||||
- Output in monochrome or greyscale:
|
||||
|
||||
`lstopo --palette {{none|grey}}`
|
Loading…
Add table
Reference in a new issue