Have you ever needed to track info about your hardware status? I did!
Psensor's log was poorly interpretable for me and I had a very simple need: to blandly monitor my GPU temp and power.
So I've written my very basic logger in Bash. All it does is writing a new line to a file every 30 seconds.
Open a terminal and run the following command:
bash syslog.sh
The script will create the file "mylog.txt" to write temperature and power info from the NVIDIA System Management Interface (nvidia-smi) utility.