Ferramentas para testar concorrencia e performance
Published: 2019-08-04,
Updated: 2020-08-24
- Siege
- Apache AB
- Jmeter
- Curl
Siege
Rodando o siege com 10 usuários ao mesmo tempo por 1 minuto
siege -c10 -t1M http://localhost:3000
Stress tests with cURL
- http://servermonitoringhq.com/blog/how_to_quickly_stress_test_a_web_server
- https://serverfault.com/questions/2107/tools-for-load-testing-http-servers
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