tldr/pages/linux/radeontop.md

22 lines
502 B
Markdown
Raw Normal View History

2019-07-08 03:46:12 +01:00
# radeontop
2022-06-27 11:23:12 +01:00
> Show utilization of AMD GPUs.
2021-07-18 11:41:38 +01:00
> May require root privileges depending on your system.
2019-07-08 03:46:12 +01:00
> More information: <https://github.com/clbr/radeontop>.
2022-06-27 11:23:12 +01:00
- Show the utilization of the default AMD GPU:
2019-07-08 03:46:12 +01:00
2021-07-18 11:41:38 +01:00
`radeontop`
2019-07-08 03:46:12 +01:00
2021-07-18 11:41:38 +01:00
- Enable colored output:
2019-07-08 03:46:12 +01:00
2021-07-18 11:41:38 +01:00
`radeontop --color`
2019-07-08 03:46:12 +01:00
- Select a specific GPU (the bus number is the first number in the output of `lspci`):
2021-07-18 11:41:38 +01:00
`radeontop --bus {{bus_number}}`
2019-07-08 03:46:12 +01:00
- Specify the display refresh rate (higher means more GPU overhead):
2021-07-18 11:41:38 +01:00
`radeontop --ticks {{samples_per_second}}`