Skip to content

Instantly share code, notes, and snippets.

@aont
Created May 10, 2013 07:17
Show Gist options
  • Select an option

  • Save aont/5552895 to your computer and use it in GitHub Desktop.

Select an option

Save aont/5552895 to your computer and use it in GitHub Desktop.
GPU temperature
#!/bin/sh
echo cat /nvidia_smi_log/gpu/temperature/gpu_temp/text\(\) | xmllint --shell =(nvidia-smi -q -x) | grep -v "^\/ >"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment