Skip to content

hkisthebest/gpu_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

gpu_log

Logs the GPU's Fan Speed, Core Clock, Memory Clock, Fan Speed and Temperature for troubleshooting your mac GPU.

Use

chmod 755 ./GPU_Log.sh

The default place to store the log files would be under`/Users/$USER/logs.

Filter

grep -E -- '\d\d:\d\d:\d\d|Temperature' <log file> | awk 'NF>0{x=$0;getline y;print x FS y}' | awk -F= '{if($2><temp to filter>) {print $0;}}'

Where <log file> is the file to filter from.

About

Records GPU infos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages