mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 13:53:58 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/lstopo
Normal file
29
tldr/lstopo
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user