web-press-testing-tool¶
ab¶
sudo yum install httpd-tools
ab -kc 150 -t 600 http://k8s-loki-lokiloki-6ece7e0eb3-1692301772.us-east-1.elb.amazonaws.com
while true ; do ab -kc 250 -t 3600 -n 1000000 http://k8s-loki-lokigate-42e5f864af-1843259072.us-east-1.elb.amazonaws.com/ ; done
hey¶
wget https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64
curl -L -o hey https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64
httpie¶
httpload¶
k6¶
k6 is a load testing suite that allows you to synthetically load and monitor your application. For more details about k6, read the documentation.
Locust.io¶
- Locust.io