mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
radeontop: update page (#6156)
This commit is contained in:
parent
e62b8f05ad
commit
6bc3ecf34a
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
|||
# radeontop
|
||||
|
||||
> Show utilisation of AMD GPUs.
|
||||
> May require root privileges depending on your system.
|
||||
> More information: <https://github.com/clbr/radeontop>.
|
||||
|
||||
- Show the utilisation of the default AMD GPU:
|
||||
|
||||
`sudo radeontop`
|
||||
`radeontop`
|
||||
|
||||
- Enable colourised output:
|
||||
- Enable colored output:
|
||||
|
||||
`sudo radeontop --colour`
|
||||
`radeontop --color`
|
||||
|
||||
- Select a specific GPU (the bus number is the first number in the output of `lspci`):
|
||||
|
||||
`sudo radeontop --bus {{bus_number}}`
|
||||
`radeontop --bus {{bus_number}}`
|
||||
|
||||
- Specify the display refresh rate (higher means more GPU overhead):
|
||||
|
||||
`sudo radeontop --ticks {{samples_per_second}}`
|
||||
`radeontop --ticks {{samples_per_second}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue