User Tools

Site Tools


nvtop-software

This is an old revision of the document!


Table of Contents

nvtop

NVIDIA GPUs htop like monitoring tool.

Information

Usage

See which versions of nvtop are available:

$ module avail nvtop

Load one version into your environment and run it:

$ module load nvtop/2.0.2
$ nvtop

Note: this only works on systems that have an NVIDIA GPU such as compute06.

Installation

Notes from the sysadmin during installation:

$ git clone https://github.com/Syllo/nvtop.git -b 2.0.2
$ mkdir -p nvtop/build && cd nvtop/build
$ cmake .. -DNVIDIA_SUPPORT=ON -DCMAKE_BUILD_TYPE=Release
$ make
$ sudo mkdir -p /export/apps/nvtop/2.0.2/bin
$ sudo cp src/nvtop /export/apps/nvtop/2.0.2/bin
$ sudo cp ../LICENSE /export/apps/nvtop/2.0.2
$ sudo chown -R root:root /export/apps/nvtop/2.0.2
nvtop-software.1656335709.txt.gz · Last modified: 2022/06/27 13:15 by aorth