Load Test CPU by Sysbench & Stress-ng

Описание к видео Load Test CPU by Sysbench & Stress-ng

Test with following scenario
Sysbench
sysbench --test=cpu --time=60 cpu run
sysbench --test=cpu --cpu-max-prime=20000 run
sysbench cpu --cpu-max-prime=20000 --threads=2 run
sysbench cpu --cpu-max-prime=20000 --threads=20 run
sysbench cpu --cpu-max-prime=20000 --threads=40 run
sysbench cpu --cpu-max-prime=20000 --threads=60 run
sysbench cpu --cpu-max-prime=20000 --threads=80 run
sysbench cpu --cpu-max-prime=20000 --threads=96 run
sysbench cpu --cpu-max-prime=20000 --threads=100 run
sysbench cpu --cpu-max-prime=20000 --threads=120 run

Stress-ng

stress-ng --vecmath 1 --timeout 60s --metrics-brief
stress-ng --vecmath 4 --timeout 60s --metrics-brief
stress-ng --vecmath 16 --timeout 60s --metrics-brief
stress-ng --vecmath 32 --timeout 60s --metrics-brief
stress-ng --vecmath 64 --timeout 60s --metrics-brief
stress-ng --vecmath 96 --timeout 60s --metrics-brief
stress-ng --vecmath 128 --timeout 60s --metrics-brief
stress-ng --matrix 1 --timeout 60s --metrics-brief
stress-ng --matrix 4 --timeout 60s --metrics-brief
stress-ng --matrix 16 --timeout 60s --metrics-brief
stress-ng --matrix 32 --timeout 60s --metrics-brief
stress-ng --matrix 64 --timeout 60s --metrics-brief
stress-ng --matrix 96 --timeout 60s --metrics-brief
stress-ng --matrix 128 --timeout 60s --metrics-brief

Комментарии

Информация по комментариям в разработке