Skip to content

Instantly share code, notes, and snippets.

@vinesmsuic
Last active October 31, 2022 06:51
Show Gist options
  • Save vinesmsuic/f0ad097e4ef8c49a7e4ea53b48968cac to your computer and use it in GitHub Desktop.
Save vinesmsuic/f0ad097e4ef8c49a7e4ea53b48968cac to your computer and use it in GitHub Desktop.
Check nvidia-smi every 0.5 second
watch -n 0.5 nvidia-smi
# alternatively
nvidia-smi -l 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment