mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 12:56:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Show utilization of AMD GPUs.
|
||||
> May require root privileges depending on your system.
|
||||
> More information: <https://github.com/clbr/radeontop>.
|
||||
> More information: <https://github.com/clbr/radeontop/blob/master/radeontop.asc>.
|
||||
|
||||
- Show the utilization of the default AMD GPU:
|
||||
|
||||
@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Enable colored output:
|
||||
|
||||
`radeontop --color`
|
||||
`radeontop {{[-c|--color]}}`
|
||||
|
||||
- Select a specific GPU (the bus number is the first number in the output of `lspci`):
|
||||
|
||||
`radeontop --bus {{bus_number}}`
|
||||
`radeontop {{[-b|--bus]}} {{bus_number}}`
|
||||
|
||||
- Specify the display refresh rate (higher means more GPU overhead):
|
||||
|
||||
`radeontop --ticks {{samples_per_second}}`
|
||||
`radeontop {{[-t|--ticks]}} {{samples_per_second}}`
|
||||
|
||||
Reference in New Issue
Block a user