Ferramentas de Teste de Stress

Published: 2019-08-04, Updated: 2025-03-28

Ferramentas de Teste de Stress

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, Ferramentas para testar concorrencia e performance

metadata={"id": 392, "createdAt": "2019-08-04 19:14:45.301739", "updatedAt": "2020-08-24 21:22:25.668491"}


Kafka Bookmarks TOP Commands

Comments