NVIDIA CLI
公開日: 2020-08-24 更新日: 2025-05-12
Ubuntu マシンに挿したグラボの負荷状況をターミナルで表示する。
git clone https://github.com/Syllo/nvtop.git
sudo apt install build-essential cmake libncurses-dev
mkdir -p nvtop/build
cd nvtop/build
Make ..
sudo make install
公開日: 2020-08-24 更新日: 2025-05-12
Ubuntu マシンに挿したグラボの負荷状況をターミナルで表示する。
git clone https://github.com/Syllo/nvtop.git
sudo apt install build-essential cmake libncurses-dev
mkdir -p nvtop/build
cd nvtop/build
Make ..
sudo make install