Crate stress_cpu

Crate stress_cpu 

Source
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 on sqrt() and timeouts after timeout seconds.