Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -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}}`