diff --git a/pages/linux/radeontop.md b/pages/linux/radeontop.md index ccf8122f4..2e6463dab 100644 --- a/pages/linux/radeontop.md +++ b/pages/linux/radeontop.md @@ -1,20 +1,21 @@ # radeontop > Show utilisation of AMD GPUs. +> May require root privileges depending on your system. > More information: . - 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}}`