Skip to content

Commit

Permalink
Add new monitor line for NVLink and deprecate old one (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
quasiben authored Nov 17, 2021
1 parent 705cc87 commit 6e0f28f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/transport-monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,27 @@ Monitor InfiniBand packet counters -- this number should dramatically increase w
CUDA IPC/NVLink
---------------

Monitor traffic over all GPUs

::
nvidia-smi nvlink -gt d


Monitor traffic over all GPUs on counter 0

.. note::
nvidia-smi nvlink -g is now deprecated

::

# set counters
nvidia-smi nvlink -sc 0bz
watch -d 'nvidia-smi nvlink -g 0'


Stats Monitoring of GPUs
::

dcgmi dmon -e 449

nvdashboard
`nvdashboard <https://github.com/rapidsai/jupyterlab-nvdashboard>`_

0 comments on commit 6e0f28f

Please sign in to comment.