← Useful Tips
Linux / WSLLinux

watch -n 2 nvidia-smi: Monitor NVIDIA GPU usage continuously

Use watch -n 2 nvidia-smi to monitor NVIDIA GPU usage continuously. It is especially handy when you live in terminals and repeat long commands.

watch -n 2 nvidia-smi

Why it helps

Use watch -n 2 nvidia-smi to monitor NVIDIA GPU usage continuously. It is especially handy when you live in terminals and repeat long commands.

How to use it

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. Check the result; for commands that change data, test on a small example first.
People also search for
watch -n 2 nvidia-smi: Monitor NVIDIA GPU usage continuouslywatch -n 2 nvidia-smimonitor nvidia gpu usage continuouslyhow to monitor nvidia gpu usage continuouslyLinux / WSL monitor nvidia gpu usage continuously

Related tips