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
Enter your comment. Wiki syntax is allowed:
 
  • linux_faq/nvtop_on_amazonlinux2.txt
  • Last modified: 2022/04/18 14:45
  • by admin