For the first energizta.sh, my default stress-test is too basic :
sleep 120
stress-ng -q --cpu 1
stress-ng -q --cpu 4
stress-ng -q --cpu 8
We need to check other cases, memory, disk IO, maybe other type of CPU usage. stress-ng should be able to manage all of this.
Any help and advice would be appreciated.
But we also need to limit the number of tests. By default we run each test for one minute. 20 secondes waiting for warmup, and 40 seconds of measures. This can be discussed. But we should be careful that the full test doesn't run for 2 hours. I think we should limit the number of tests to 10 or 15. What do you think?
For the first energizta.sh, my default stress-test is too basic :
We need to check other cases, memory, disk IO, maybe other type of CPU usage.
stress-ngshould be able to manage all of this.Any help and advice would be appreciated.
But we also need to limit the number of tests. By default we run each test for one minute. 20 secondes waiting for warmup, and 40 seconds of measures. This can be discussed. But we should be careful that the full test doesn't run for 2 hours. I think we should limit the number of tests to 10 or 15. What do you think?