]> ###2025.06.06 - Bumped version - based on NVTOP v3.2.0 ###2023.06.11 - Bumped version - based on NVTOP v3.0.2 ###2023.03.23 - Made configuration persistent ###2023.03.06a - Changed NVTOP package to properly support AMD and Intel GPUs/iGPUs ###2023.03.06 - Added support for AMD and Intel GPUs/iGPUs to the plugin - Changed README.md ###2022.10.02 - Bumped version - based on NVTOP v3.0.1 ###2022.10.02 - Bumped version - based on NVTOP v2.0.4 ###2022.08.26 - Bumped version - based on NVTOP v2.0.3 ###2022.06.11 - Bumped version - based on NVTOP v2.0.2 ###2022.04.18 - Bumped version - based on NVTOP v2.0.1 ###2021.12.13 - Added exit status if Nvidia Driver plugin is not found - thank you for the heads up Squid ###2021.09.28 - Initial release based on NVTOP v1.2.2 rm -f $(ls /boot/config/plugins/&name;/&name;*.tgz 2>/dev/null|grep -v '&version;') &gitURL;/&version;/&name;-&version;.tgz &md5; **NVTOP** NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way. This Plugin is based on: https://github.com/Syllo/nvtop if [ ! -d /boot/config/plugins/radeontop ] && [ ! -d /boot/config/plugins/intel-gpu-top ] && [ ! -d /boot/config/plugins/nvidia-driver ]; then echo "---------------------------------------------------------------------------------------" echo "| ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR" echo "|" echo "| No vendor utility installed! Please install at least on of the following three" echo "| plugins form the CA App that NVTOP (Neat Videocard TOP) is able to work properly:" echo "|" echo "| - Radeon-TOP" echo "| - Intel-GPU-TOP" echo "| - Nvidia-Driver" echo "|" echo "| ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR - ERROR" echo "---------------------------------------------------------------------------------------" removepkg &name;-&version; 2>/dev/null rm -rf &emhttp; rm -rf &plugin; exit 1 fi if [ ! -L /root/.config/nvtop/interface.ini ]; then if [ ! -d /root/.config/nvtop ]; then mkdir -p /root/.config/nvtop fi ln -s &plugin;/interface.ini /root/.config/nvtop/interface.ini fi echo "------------------------" echo "---Uninstalling NVTOP---" echo "------------------------" # Remove plugin related files removepkg &name;-&version; rm -rf &emhttp; rm -rf &plugin; echo echo "---------------------------------------" echo "---Uninstallation of NVTOP complete!---" echo "---------------------------------------" echo