This project is based on and inspired by routmoute's openmediavault-nvidiastats.
This OpenMediaVault plugin adds dashboard widgets and management interfaces for AMD(in the near future) and Nvidia GPU devices.
You can build and package this plugin as a .deb package with the following commands(ran from project root):
debuild -us -uc
cd debian
dpkg-deb --build openmediavault-gpuutils
# OR
bash ./buildInstall the .deb package using apt:
apt install ./openmediavault-gpuutils.debapt remove openmediavault-gpuutilsThis is a list of features and changes I am planning to implement:
- Add a widget to display the GPU fan speed
- Add support for AMD GPUs
- Add charts to diagnostics section
- Add multi-GPU support
- Add panel to adjust GPU configuration(powerlimit, fanspeed, etc...)