Stress the HW in Freebsd

Hi,
How to stress the HW, is there any rpm or repository to take for stress,
need to be load all the I/Os and all the Protocol, which Processor Supports.
 
GpuTest was my go-to on Linux for a quick GPU burn (fur ring on OpenGL). Had this one-liner for years that worked from LiveUSBs:

Code:
wget -O '/tmp/GpuTest_Linux_x64.zip' 'http://www.ozone3d.net/gputest/dl/GpuTest_Linux_x64_0.7.0.zip' && unzip '/tmp/GpuTest_Linux_x64.zip' -d '/tmp' && cd '/tmp/GpuTest_Linux_x64_'* && ./GpuTest /test='fur' /width='1280' /height='720'

On FreeBSD iirc there's a GpuTest in packages that looked like the same thing.

I used prime95 Windows/Linux for CPU burn.
 
Back
Top