rock64_health.sh - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: rock64_health.sh (/showthread.php?tid=6645) |
rock64_health.sh - hunderteins - 10-11-2018 Hello, I hated it to type sudo everytime for the simple rock64_health.sh-command, so I did some shell-voodoo to get the needed values from /sys without uid=0. I was always interested in the gpu-temperature, too and with rockpro64 the frequency and governor of the A53/A72 cores. So I pimped the script further and got the attached one. It should work on rock64 and 4.1x.x, too, but I have not tested it yet. Can some good soul can me give feedback on this? Works like this: Code: $ rock64_health.sh TIA, hunderteins RE: rock64_health.sh - romtorwator - 10-11-2018 I on my rockpro use a script: Code: #!/bin/sh running a script from /etc/rc.local The result of the log can be found here. RE: rock64_health.sh - dukla2000 - 10-18-2018 I run gkrellm from my startup scripts - from a generation that cant cope unless I can see the lights flashing |