From 6bc3ecf34a658a3071c152c891417ce4aa64cb72 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 18 Jul 2021 12:41:38 +0200 Subject: [PATCH] radeontop: update page (#6156) --- pages/linux/radeontop.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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}}`