Skip to content

Instantly share code, notes, and snippets.

@hannes-brt
Created November 24, 2014 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannes-brt/f163015ac781e118c3e0 to your computer and use it in GitHub Desktop.
Save hannes-brt/f163015ac781e118c3e0 to your computer and use it in GitHub Desktop.
Query busy GPUs
nvidia-smi | grep -A 1000 'Compute processes' - | tail -n+4 | grep '^|' | cut -f 5 -d ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment