Ferramentas para testar concorrencia e performance

Published: 2019-08-04, Updated: 2020-08-24

Siege

Rodando o siege com 10 usuários ao mesmo tempo por 1 minuto

siege -c10 -t1M http://localhost:3000

Stress tests with cURL

curl -s "http://google.com?[1-1000]"

Apache AB

sudo apt install apache2-utils
$ ab -n 100 -c 10 -v 4 http://acme.com/

stress test, teste de stress,


Kafka Commands TOP Commands

Comments