Skip to content

a fast http load tester for stress testing APIs or websites

Notifications You must be signed in to change notification settings

thebigbone/loadtester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP load tester

http

  • stress test API endpoints or websites
  • get the precise response time for each request

Installation

  • install go
  • run go mod tidy for installing dependencies
  • build it go build or directly run it go run .

Usage

-f string
    list of urls
-n int
    number of requests
-u string
    url to load test
  • provide a file containing multiple urls using -f (each url in a newline)
  • specify a single url using -u
  • number of requests to process with -r (mandatory flag)

About

a fast http load tester for stress testing APIs or websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages