Skip to content

Instantly share code, notes, and snippets.

@jddonovan
jddonovan / stress-test.sh
Last active September 27, 2022 01:05 — forked from cirocosta/stress-test.sh
naive http server stress tester using cURL
#!/bin/bash
#### Default Configuration
CONCURRENCY=4
REQUESTS=100
ADDRESS="http://localhost:8080/"
show_help() {
cat << EOF