mirror of https://github.com/CrimsonTome/tldr.git
radeontop: update page (#6156)
parent
e62b8f05ad
commit
6bc3ecf34a
|
@ -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…
Reference in New Issue