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

WIP: Show GPU Usage #77

Open hannesschulze opened 4 years ago

hannesschulze commented 4 years ago

TODO:

hannesschulze commented 4 years ago

radeontop seems to be working without root privileges if built from master (the version in the Ubuntu repos is quite outdated). I'll try making a meson wrapper and Vala bindings for it.

@msmaldi Meanwhile, I noticed that you have a personal libXNVCtrl repo with meson files. Do you plan on keeping/maintaining it? I would like to get away from including this whole tree in the main repo and use wrap-files instead.

Also, is there any way to disable the tests in the subproject? Houston tests don't seem to have an X display available

msmaldi commented 4 years ago

I I will keep libXNVCtrl, I removed the tests, they were not important and broke with fakeroot. I recommend using submodules now.

hannesschulze commented 4 years ago

That's great to hear :)

I've started working on the radeontop wrapper (see my fork) and will set up Vala Bindings this week. I think this should also work soon.

msmaldi commented 4 years ago

Good work, lib radeontop have temperature of GPU? I continue develop Nvidia Suport for GPU temperature on bottom of usage. See my fork May I work for show temperature for CPU too.

hannesschulze commented 4 years ago

I'd like to keep this for GPU usage only and maybe implement temperature later (I'll also make sure to create an issue for that) because that also contains a few changes to the UI.

As for radeontop, it seems like you currently can't get the temperature unfortunately :/