Skip to content
/ hammer Public

Simple but powerful load-testing application

License

Notifications You must be signed in to change notification settings

aopal/hammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hammer

A simple but powerful HTTP load-tester

Installation

go install github.com/aopal/hammer

Usage

Usage: hammer [options] <url> [urls...]
  -c int
        Concurrency factor, number of requests to make concurrently. Defaults to the value of runtime.GOMAXPROCS(0) (default 12)
  -d duration
        Delay to wait after making a request
  -header value
        Set a request header in the form "header-name: header-value" (multiple invocations allowed)
  -http2
        Use HTTP/2 for requests

About

Simple but powerful load-testing application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages