hannesschulze / optimizer

Find out what's eating up your system resources and delete unnecessary files from your disk.
GNU General Public License v3.0
50 stars 11 forks source link

AMD GPU Usage #78

Open hannesschulze opened 4 years ago

hannesschulze commented 4 years ago

First attempt at getting AMD GPU usage information using radeontop

@msmaldi I have made a few adjustments to the Nvidia backend to make it more abstract:

Please note that this branch will not be merged into master yet

Demo

msmaldi commented 4 years ago

I updated my code of Nvidia suport I my current implementation is possible get a integer thats represent percent of memory usage, but with libXNVCtrl is possible get TotalMemory and UsedMemory, I can write this code, but i prefer see GPU usage and temperature, I never had to consult the GPU memory,see my current implementation MyOptimizer

May I work to show temperature of processor and disk (nvme only).

hannesschulze commented 4 years ago

I've updated my branch to show the general GPU usage instead of the memory usage. As for the temperature monitoring, like I've already mentioned in #77, I'd like to keep that separated