Skip to content

aryansaves/Feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback

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.

Demo

Demo

Install

From Release (Recommended)

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

Usage

Single URL:

./feedback -u http://localhost:3000/test -n 100 -c 10

Multiple URLs from file (round-robin):

./feedback -f urls.txt -n 100 -c 10

About

An HTTP load tester CLI in Go

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages