https://github.com/Syllo/nvtop
cmake 3.xx:
sudo yum remove cmake wget https://github.com/Kitware/CMake/releases/download/v3.23.1/cmake-3.23.1.tar.gz tar -xvf ./cmake-3.23.1.tar.gz cd cmake-3.23.1/ sudo yum install gcc-c++ openssl-devel ./bootstrap make sudo make install exit ## Exit needed to apply cmake env
nvtop
sudo yum install ncurses-devel git cd ~ git clone https://github.com/Syllo/nvtop.git mkdir -p nvtop/build && cd nvtop/build cmake .. -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=OFF sudo make install
Discussion