Naspi stress test

From Geekworm Wiki
Revision as of 13:14, 30 June 2021 by Harry (talk | contribs) (Created page with "{{GD Template Impl}} '''Overview''' We conducted a stress test on NASPi to check the heat dissipation of the product We use [https://github.com/geekworm-com/rpi-cpu-stre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

We conducted a stress test on NASPi to check the heat dissipation of the product

We use rpi cpu stress to stress test the Raspberry Pi 4 2GB version, the OS is 2021-05-07-raspios-buster-armhf.img, and the charger used is type-c Huawei 65W fast charger, program running time exceeds 30 minutes

How to test?

git clone https://github.com/geekworm-com/rpi-cpu-stress
cd rpi-cpu-stress
chmod +x stress.sh
sudo ./stress.sh

Use the htop command to monitor the task manager, you can see that all 4 processors are full.

sudo htop
Rpi-cpu-stress-1.png

The following is the log output of the program, temp divided by 1000 is the current CPU temperature

Rpi-cpu-stress-2.png

Test result

The 4 CPU cores are running at full load, the maximum temperature of the CPU core does not exceed 75 degrees, and the surface of the shell does not generate heat, which meets the design requirements.

Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.