MCPcopy
hub / github.com/rakyll/hey

github.com/rakyll/hey @v0.1.5 sqlite

repository ↗ · DeepWiki ↗ · release v0.1.5 ↗
47 symbols 111 edges 8 files 6 documented · 13%
README

hey

hey is a tiny program that sends some load to a web application.

hey was originally called boom and was influenced from Tarek Ziade's tool at tarekziade/boom. Using the same name was a mistake as it resulted in cases where binary name conflicts created confusion. To preserve the name for its original owner, we renamed this project to hey.

Installation

  • Linux (amd64): https://storage.googleapis.com/hey-releases/hey_linux_amd64
  • macOS (amd64): https://storage.googleapis.com/hey-releases/hey_darwin_amd64
  • Windows (amd64): https://storage.googleapis.com/hey-releases/hey_windows_amd64

Package Managers

macOS: - Homebrew users can use brew install hey.

Usage

hey runs provided number of requests in the provided concurrency level and prints stats.

It also supports HTTP2 endpoints.

Usage: hey [options...] <url>

Options:
  -n  Number of requests to run. Default is 200.
  -c  Number of workers to run concurrently. Total number of requests cannot
      be smaller than the concurrency level. Default is 50.
  -q  Rate limit, in queries per second (QPS) per worker. Default is no rate limit.
  -z  Duration of application to send requests. When duration is reached,
      application stops and exits. If duration is specified, n is ignored.
      Examples: -z 10s -z 3m.
  -o  Output type. If none provided, a summary is printed.
      "csv" is the only supported alternative. Dumps the response
      metrics in comma-separated values format.

  -m  HTTP method, one of GET, POST, PUT, DELETE, HEAD, OPTIONS.
  -H  Custom HTTP header. You can specify as many as needed by repeating the flag.
      For example, -H "Accept: text/html" -H "Content-Type: application/xml" .
  -t  Timeout for each request in seconds. Default is 20, use 0 for infinite.
  -A  HTTP Accept header.
  -d  HTTP request body.
  -D  HTTP request body from file. For example, /home/user/file.txt or ./file.txt.
  -T  Content-type, defaults to "text/html".
  -a  Basic authentication, username:password.
  -x  HTTP Proxy address as host:port.
  -h2 Enable HTTP/2.

  -host HTTP Host header.

  -disable-compression  Disable compression.
  -disable-keepalive    Disable keep-alive, prevents re-use of TCP
                        connections between different HTTP requests.
  -disable-redirects    Disable following of HTTP redirects
  -cpus                 Number of used cpu cores.
                        (default for current machine is 8 cores)

Previously known as github.com/rakyll/boom.

Core symbols most depended-on inside this repo

String
called by 13
hey.go
now
called by 13
requester/now_other.go
usageAndExit
called by 9
hey.go
parseInputWithRegexp
called by 7
hey.go
Set
called by 5
hey.go
Run
called by 5
requester/requester.go
Stop
called by 3
requester/requester.go
Init
called by 2
requester/requester.go

Shape

Function 24
Method 16
Struct 6
TypeAlias 1

Languages

Go100%

Modules by API surface

requester/report.go12 symbols
requester/requester.go11 symbols
hey.go7 symbols
requester/print.go5 symbols
hey_test.go5 symbols
requester/requester_test.go4 symbols
requester/now_windows.go2 symbols
requester/now_other.go1 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

golang.org/x/netv0.48.0 · 1×
golang.org/x/textv0.33.0 · 1×

For agents

$ claude mcp add hey \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact