{"id":13450831,"url":"https://github.com/rakyll/hey","last_synced_at":"2025-05-12T03:40:33.322Z","repository":{"id":38136719,"uuid":"67213524","full_name":"rakyll/hey","owner":"rakyll","description":"HTTP load generator, ApacheBench (ab) replacement","archived":false,"fork":false,"pushed_at":"2024-08-20T06:07:27.000Z","size":601,"stargazers_count":18804,"open_issues_count":183,"forks_count":1230,"subscribers_count":189,"default_branch":"master","last_synced_at":"2025-05-01T13:51:01.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakyll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-02T10:24:09.000Z","updated_at":"2025-05-01T07:46:03.000Z","dependencies_parsed_at":"2023-02-15T16:31:37.473Z","dependency_job_id":"dd984696-a625-4dc5-b156-d802fc0dd03c","html_url":"https://github.com/rakyll/hey","commit_stats":{"total_commits":233,"total_committers":50,"mean_commits":4.66,"dds":0.6995708154506437,"last_synced_commit":"898582754e00405372f0686641441168f4e2f489"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakyll%2Fhey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakyll%2Fhey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakyll%2Fhey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakyll%2Fhey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakyll","download_url":"https://codeload.github.com/rakyll/hey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253669831,"owners_count":21945162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:00:39.050Z","updated_at":"2025-05-12T03:40:33.296Z","avatar_url":"https://github.com/rakyll.png","language":"Go","readme":"![hey](http://i.imgur.com/szzD9q0.png)\n\n[![Build Status](https://travis-ci.org/rakyll/hey.svg?branch=master)](https://travis-ci.org/rakyll/hey)\n\nhey is a tiny program that sends some load to a web application.\n\nhey was originally called boom and was influenced from Tarek Ziade's\ntool at [tarekziade/boom](https://github.com/tarekziade/boom). Using the same name was a mistake as it resulted in cases\nwhere binary name conflicts created confusion.\nTo preserve the name for its original owner, we renamed this project to hey.\n\n## Installation\n\n* Linux 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64\n* Mac 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_darwin_amd64\n* Windows 64-bit: https://hey-release.s3.us-east-2.amazonaws.com/hey_windows_amd64\n\n### Package Managers\n\nmacOS:\n-  [Homebrew](https://brew.sh/) users can use `brew install hey`.\n\n## Usage\n\nhey runs provided number of requests in the provided concurrency level and prints stats.\n\nIt also supports HTTP2 endpoints.\n\n```\nUsage: hey [options...] \u003curl\u003e\n\nOptions:\n  -n  Number of requests to run. Default is 200.\n  -c  Number of workers to run concurrently. Total number of requests cannot\n      be smaller than the concurrency level. Default is 50.\n  -q  Rate limit, in queries per second (QPS) per worker. Default is no rate limit.\n  -z  Duration of application to send requests. When duration is reached,\n      application stops and exits. If duration is specified, n is ignored.\n      Examples: -z 10s -z 3m.\n  -o  Output type. If none provided, a summary is printed.\n      \"csv\" is the only supported alternative. Dumps the response\n      metrics in comma-separated values format.\n\n  -m  HTTP method, one of GET, POST, PUT, DELETE, HEAD, OPTIONS.\n  -H  Custom HTTP header. You can specify as many as needed by repeating the flag.\n      For example, -H \"Accept: text/html\" -H \"Content-Type: application/xml\" .\n  -t  Timeout for each request in seconds. Default is 20, use 0 for infinite.\n  -A  HTTP Accept header.\n  -d  HTTP request body.\n  -D  HTTP request body from file. For example, /home/user/file.txt or ./file.txt.\n  -T  Content-type, defaults to \"text/html\".\n  -a  Basic authentication, username:password.\n  -x  HTTP Proxy address as host:port.\n  -h2 Enable HTTP/2.\n\n  -host\tHTTP Host header.\n\n  -disable-compression  Disable compression.\n  -disable-keepalive    Disable keep-alive, prevents re-use of TCP\n                        connections between different HTTP requests.\n  -disable-redirects    Disable following of HTTP redirects\n  -cpus                 Number of used cpu cores.\n                        (default for current machine is 8 cores)\n```\n\nPreviously known as [github.com/rakyll/boom](https://github.com/rakyll/boom).\n","funding_links":[],"categories":["Go","开源类库","Software Packages","Development","Tools","others","Test","Open source library","Testing","HTTP/HTTPS/gRPC","CLI 项目","软件包","工具推荐","测试压测","Load Testing Tools","Go 工具","Mac 软件","DevOps Tools","DevOps Utilities","軟件包","Http/Https/Grpc Dev\u0026Ops工具与服务","Go Tools"],"sub_categories":["HTTP压测","DevOps Tools","Time Series","HTTP Print Test","Tools","Load Testing \u0026 Benchmarking","DevOps 工具","Go","代码分析","命令行","DevOps工具","devops 工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakyll%2Fhey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakyll%2Fhey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakyll%2Fhey/lists"}