Skip to main content

Stress tests for the Raspberry Pi

Project description

stressberry

Stress tests for the Raspberry Pi.

CircleCI codecov Code style: black awesome PyPi Version GitHub stars

There are a million ways to cool down your Raspberry Pi: Small heat sinks, specific cases, and some extreme DIY solutions. stressberry is a package for testing the core temperature under different loads, and it produces nice plots which can easily be compared.

To run stressberry on your computer, simply install it with

[sudo] apt install stress
[sudo -H] pip3 install -U stressberry

and run it with

stressberry-run out.dat
[MPLBACKEND=Agg] stressberry-plot out.dat [-o out.png]

The run lets the CPU idle for a bit, then stresses it with maximum load for 5 minutes, and lets it cool down afterwards. The entire process takes 10 minutes. The resulting data is displayed to a screen or, if specified, written to a PNG file.

If you'd like to submit your own data for display here, feel free to open an issue and include the data file, a photograph of your setup, and perhaps some further information.

The setups

A naked Raspberry Pi 3

The Raspberry Pi 3 without fans, heat sinks, or particular cases. The idle core temperature is about 47°C, under heavy load it reaches 80°C (at which point the CPU frequency is throttled).

A simple acrylic case

Your average acrylic case from eBay. Temperature measurements are bit warmer than with the naked Raspberry Pi, presumable because the case hinders the free air flow.

A black full-body aluminum alloy case

I got this case from FastTech for about $17. It's basically a full-body aluminum alloy case with heat pads for the CPU and the RAM chip. The heat is dissipated very well and in fact beats every other solution I've seen so far, including the extreme DIY passive cooling setup.

Testing

To run the tests, just check out this repository and type

pytest

Distribution

To create a new release

  1. bump the __version__ number,

  2. publish to PyPi and GitHub:

    $ make publish
    

License

stressberry is published under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stressberry-0.1.6.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

stressberry-0.1.6-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page