Skip to content

Instantly share code, notes, and snippets.

@nik-hil
Created October 27, 2018 07:49
Show Gist options
  • Save nik-hil/df7ccd8e390d19fa0361928ccb8f097f to your computer and use it in GitHub Desktop.
Save nik-hil/df7ccd8e390d19fa0361928ccb8f097f to your computer and use it in GitHub Desktop.
small useful bash commands
# see gpu usage
nvidia-smi
# see gpu usage every 10 sec
watch -n 10 nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment