First Commit
This commit is contained in:
20
temp
Executable file
20
temp
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Temp of AMD GPU
|
||||
clear
|
||||
echo " ------------------"
|
||||
echo "|AMD GPU STATISTICS |"
|
||||
echo " ------------------"
|
||||
|
||||
echo
|
||||
echo "GPU TEMP"
|
||||
echo "--------"
|
||||
aticonfig --odgt
|
||||
echo "GPU/MEM CLOCKS"
|
||||
echo "--------------"
|
||||
aticonfig --od-getclocks
|
||||
echo "FAN SPEED"
|
||||
echo "---------"
|
||||
aticonfig --pplib-cmd "get fanspeed 0"
|
||||
|
||||
exit 0;
|
Reference in New Issue
Block a user