Skip to content

HuskieRobotics/raspi-diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

raspi-diagnostics

Diagnostic tool to monitor the Raspberry Pi CPU temperature and voltage under load. Logs the following information to a CSV file and, periodically, to the screen:

  • Timestamp
  • CPU Temperature (°C)
  • CPU Clock Speed (MHz)
  • EXT5V (V)
  • CPU Throttled Status

Dependencies

  • Python 3
    • sudo apt install python 3
  • stress
    • sudo apt install stress

Usage

Run the script and specify the duration of the stress test in seconds. For example: python3 ./benchmark.py 300

Credits

Adapted from https://www.tomshardware.com/how-to/raspberry-pi-benchmark-vcgencmd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages