From 2f8f860bb230959010c7bc0ba21d31bfd2750d4e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 8 Jul 2019 03:46:12 +0100 Subject: [PATCH] radeontop: add page (#3180) --- pages/linux/radeontop.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/radeontop.md diff --git a/pages/linux/radeontop.md b/pages/linux/radeontop.md new file mode 100644 index 000000000..ccf8122f4 --- /dev/null +++ b/pages/linux/radeontop.md @@ -0,0 +1,20 @@ +# radeontop + +> Show utilisation of AMD GPUs. +> More information: . + +- Show the utilisation of the default AMD GPU: + +`sudo radeontop` + +- Enable colourised output: + +`sudo radeontop --colour` + +- Select a specific GPU (the bus number is the first number in the output of `lspci`): + +`sudo radeontop --bus {{bus_number}}` + +- Specify the display refresh rate (higher means more GPU overhead): + +`sudo radeontop --ticks {{samples_per_second}}`