stressberry icon indicating copy to clipboard operation
stressberry copied to clipboard

Arch Linux doesn't appear to be increasing CPU activity

Open s-fairchild opened this issue 2 years ago • 4 comments

I've installed stressberry via pacman. Running stressberry-run doesn't increase the CPU utilization at all. I haven't seen it go above 1% and it appears to only have 2 additional processes running even though I specified 4. I've tried running as a standard user first, then root, then adjusting the nice value (although that really doesn't matter).

Here's my tests

stressberry-run -c 4 stressberry_ICETOWER_PWMFAN_$(date +%F)-test2.txt
sudo nice -n -10 stressberry-run -c 4 -n 'RPI4 IceTower Fan 1 hour test' -d 60 "stressberry_ICETOWER_PWMFAN_$(date +%F_%H:%M)-test2.txt"

Am I miss understanding how stressberry works?

Screenshot from 2022-08-23 09-17-19

s-fairchild avatar Aug 23 '22 13:08 s-fairchild

Works for me: https://archlinuxarm.org/forum/viewtopic.php?f=3&t=15400

graysky2 avatar Nov 11 '22 20:11 graysky2

Can you check if stress is available? I had similar problem with stress-ng not being symlinked to the stress.

AlexBaranowski avatar Jan 23 '23 10:01 AlexBaranowski

@AlexBaranowski Hi Alex, yes stress is installed.

[steven@rpi4:~ $]$ stress --version
stress 1.0.6

s-fairchild avatar Feb 07 '23 11:02 s-fairchild

Can you check if stress is available? I had similar problem with stress-ng not being symlinked to the stress.

Worked for me by installing both 'stress' (already installed) and also 'stress-ng'

millerii avatar Jun 28 '23 17:06 millerii