Javier Barber
Senior Sysadmin Freelancer
© 2020 All rights reserved.
PRUEBAS DE CARGA EN LINUX
Programa «Stress» (http://weather.ou.edu/~apw/projects/stress/)
Here is an example invocation: a load average of four is imposed on the system by specifying two CPU-bound processes, one I/O-bound process, and one memory allocator process.
$ stress –cpu 2 –io 1 –vm 1 –vm-bytes 128M –timeout 10s –verbose