lynxaegon / rpi-helpers

Some helper scripts for RPIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPI Helper Scripts

App: CPU Stress Test

Description

This will stress test all 4 CPUs to 100%

  • Every 10s it will print output of:
vcgencmd measure_clock arm
vcgencmd measure_temp

Setup

cd cpu-stress-test
sh setup.sh

Run

cd cpu-stress-test
./run.sh

Output Example

frequency(48)=600117184
temp=61.0'C

App: RPi Status

Description

This will print human readable details parsed from

  • This installs in /usr/bin/rpi-status
vcgencmd get_throttled

Setup

cd rpi-status
sh setup.sh

Run

rpi-status

Output Example

Status: 0x20000
Undervolted:
   Now: NO
   Run: NO
Throttled:
   Now: NO
   Run: NO
Frequency Capped:
   Now: NO
   Run: YES
Softlimit:
   Now: NO
   Run: NO

Credits

About

Some helper scripts for RPIs


Languages

Language:Assembly 77.0%Language:Shell 23.0%