HTTP load testing CLI — hit one or more endpoints concurrently and get latency breakdowns including Time to First Byte (TTFB) and Time to Last Byte (TTLB), measured at the transport layer via Go's httptrace.
Download the latest binary for your platform from Releases.
# Linux example
curl -LO https://github.com/aryansaves/Feedback/releases/latest/download/feedback-linux-amd64
chmod +x feedback-linux-amd64
sudo mv feedback-linux-amd64 /usr/local/bin/feedback./feedback -u http://localhost:3000/test -n 100 -c 10./feedback -f urls.txt -n 100 -c 10