Apologies if this is posted in the wrong location, this is my first post here. Please feel free to move it to wherever it should go.
I have Libreelec 12.0.1 running on a Raspberry Pi 4. I want to run a stress test, to test out the fan curves of a new case I've just acquired and the overclocking settings I've tried to enable.
Try as I might, I cannot find any information anywhere about what tool I could run to stress my device, and maybe this comes down to Libreelec's stripped-down OS?
I think I want to run stress-ng, but my terminal tells me it isn't installed and I do not know how to add it via terminal (e.g. no apt or apt-get available). I do have the system-tools Addon installed in Kodi, but I don't know how to access the version of stress-ng that is apparently installed with it, either inside of Kodi or via an ssh terminal.
The reason I'm attempting all this via terminal is because I'm already using watch -n 1 vcgencmd measure_temp to monitor its temp.
My goal is to stress my CPU cores so I can confirm the overclock setting and fan curves, so if someone thinks there's a better way to go about this in my case, I'd very much appreciate the advice.