Expand description
Utility that simulates a high cpu load.
It creates N
OS native threads each of which spins in a tight loop calculating the sqrt() of a random number.
Functionsยง
- stress
- Spawn
cpus
workers (native OS threads) spinning onsqrt()
and timeouts aftertimeout
seconds.