You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1732580639.807313: bus 01, gpu 11.67%, ee 0.00%, vgt 0.83%, ta 10.00%, sx 10.00%, sh 0.00%, spi 11.67%, sc 10.83%, pa 5.00%, db 11.67%, cb 10.00%, vram 54.22% 555.25mb, gtt 25.40% 519.07mb, mclk inf% 0.668ghz, sclk 52.27% 0.431ghz
To better performance, you can put the result of radeontop -d into a text file or cache instead run multiple parallels processes. So run, something like cat radeontop.txt | grep -Poi 'gpu \K(\d{1,3}.\d{2}%)'
best regards,
The text was updated successfully, but these errors were encountered:
I did some preliminary testing and I think I can add radeontop support, but I can't give you an ETA right now, I hope to be able to add it by December.
Hi,
Please add amd support with radeontop.
Steps:
It will return something like this::
To get gpu usage you can do:
To get vram usage, you can replace
gpu
withvram
:So you can get all the specifications from:
To better performance, you can put the result of
radeontop -d
into a text file or cache instead run multiple parallels processes. So run, something likecat radeontop.txt | grep -Poi 'gpu \K(\d{1,3}.\d{2}%)'
best regards,
The text was updated successfully, but these errors were encountered: