Skip to content

Instantly share code, notes, and snippets.

@lykranian
Created February 20, 2017 17:23
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 lykranian/899fbea35b43a6c4ae754c153333d2ad to your computer and use it in GitHub Desktop.
Save lykranian/899fbea35b43a6c4ae754c153333d2ad to your computer and use it in GitHub Desktop.
get nvidia gpu temp
#!/bin/bash
nvidia-smi 2> /dev/null | grep -E -o '[0-9]+C'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment