Skip to content

Instantly share code, notes, and snippets.

View Findarato's full-sized avatar
🦁
Focusing

Joseph Harry Findarato

🦁
Focusing
View GitHub Profile
@Findarato
Findarato / nvidia_log.sh
Created July 26, 2017 22:40
log nvidia-smi to a file so it can be parsed
#!/bin/bash
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
mkdir -p /opt/nvidia
UTC_DATE=$(date +'%Y/%m/%d %H:%M:%S.000' -u)
for INDEX in {0..10}
do