{"id":19143801,"url":"https://github.com/ashwin-rajeev/boom","last_synced_at":"2026-06-11T04:30:19.385Z","repository":{"id":57511982,"uuid":"185848005","full_name":"Ashwin-Rajeev/boom","owner":"Ashwin-Rajeev","description":"HTTP(S) benchmarking tool written in Golang.","archived":false,"fork":false,"pushed_at":"2020-06-01T10:46:03.000Z","size":41,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-03T15:45:42.137Z","etag":null,"topics":["api","api-rest","concurrent-programming","golang","goroutine-pool","goroutines","load-testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashwin-Rajeev.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}},"created_at":"2019-05-09T18:00:22.000Z","updated_at":"2024-07-02T14:03:12.000Z","dependencies_parsed_at":"2022-09-26T18:21:53.526Z","dependency_job_id":null,"html_url":"https://github.com/Ashwin-Rajeev/boom","commit_stats":null,"previous_names":["ashwin-rajeev/api-profiler"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fboom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fboom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fboom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fboom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashwin-Rajeev","download_url":"https://codeload.github.com/Ashwin-Rajeev/boom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240224794,"owners_count":19767808,"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":["api","api-rest","concurrent-programming","golang","goroutine-pool","goroutines","load-testing"],"created_at":"2024-11-09T07:32:51.824Z","updated_at":"2026-06-11T04:30:19.338Z","avatar_url":"https://github.com/Ashwin-Rajeev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBoom\u003c/h1\u003e\u003cp align=\"center\"\u003e HTTP(S) benchmarking tool written in Golang \u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/Ashwin-Rajeev/docs/blob/master/images/boom-logo-small.png\" alt=\"screenshot\" style=\"max-width:100%;\"\u003e\u003c/p\u003e\n\n[![Build Status](https://travis-ci.com/Ashwin-Rajeev/boom.svg?branch=master)](https://travis-ci.com/Ashwin-Rajeev/boom) [![GoDoc](https://godoc.org/github.com/Ashwin-Rajeev/boom?status.svg)](https://godoc.org/github.com/Ashwin-Rajeev/boom) [![Go Report Card](https://goreportcard.com/badge/github.com/Ashwin-Rajeev/boom)](https://goreportcard.com/report/github.com/Ashwin-Rajeev/boom) [![codecov](https://codecov.io/gh/Ashwin-Rajeev/boom/branch/master/graph/badge.svg)](https://codecov.io/gh/Ashwin-Rajeev/boom) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/Ashwin-Rajeev/boom/blob/master/LICENSE) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Ashwin-Rajeev/boom)\n\n\nBoom is a HTTP(S) benchmarking tool written in Golang. Because of its lightning fast performance you can test any real world applications using this wonderfull benchmarking tool.\n\n### Coded With Language\n* [Golang](https://golang.org/)\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\n### Installing\nTo get the latest and greatest run:\n\n```\ngo get -u github.com/Ashwin-Rajeev/boom\n```\n\n## Usage\n```\nUsage:  boom [\u003cflags\u003e] \u003curl\u003e\n\n        -help    know more about the usage of boom (Default value = false)\n        -d       Request duration (Default value = 5)\n        -g       Number of concurrent connections (Default value = 5)\n        -b       Request body file name (Relative path) (Default value = )\n        -h       header values separated with ';' (Default value = )\n        -m       Request method (Default value = GET)\n        -multi     Use multiple request mode (Default value = false)\n        -to      Request time out in milli seconds (Default value = 1000)\n\n```\n\n##  Example\n \n### Single request\n\u003cpre\u003e\n\u003e boom -d 10 -g 20 https://www.google.com/\n  Boom running for 10s over the api: \u003cfont color=\"#4E9A06\"\u003e https://www.google.com/ \u003c/font\u003e\n  20 Active Concurrent connections!\n10 / 10 [--------------------------------------------------------------] 100.00%\n\n|     Statistics     |     value     |\n| ================================== |\n + Total   Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1424 \u003c/font\u003e\n + Fastest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 128.59929ms \u003c/font\u003e\n + Slowest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 273.003861ms \u003c/font\u003e\n + Average Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1.026262071s \u003c/font\u003e\n + Error   Count        \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n|     Status Code    |     Count     |\n| ================================== |\n + 1XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 2XX                  \u003cfont color=\"#4E9A06\"\u003e 1424 \u003c/font\u003e\n + 3XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 4XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 5XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + Others               \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n\u003c/pre\u003e\n\n### Single POST request with body\n\u003cpre\u003e\n\u003e boom -d 10 -g 20 -m POST -b body.json https://www.sample.com/\n  Boom running for 10s over the api: \u003cfont color=\"#4E9A06\"\u003e https://www.google.com/ \u003c/font\u003e\n  20 Active Concurrent connections!\n10 / 10 [--------------------------------------------------------------] 100.00%\n\n|     Statistics     |     value     |\n| ================================== |\n + Total   Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1424 \u003c/font\u003e\n + Fastest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 128.59929ms \u003c/font\u003e\n + Slowest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 273.003861ms \u003c/font\u003e\n + Average Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1.026262071s \u003c/font\u003e\n + Error   Count        \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n|     Status Code    |     Count     |\n| ================================== |\n + 1XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 2XX                  \u003cfont color=\"#4E9A06\"\u003e 1600 \u003c/font\u003e\n + 3XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 4XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 5XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + Others               \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n\u003c/pre\u003e\n\n### Multiple requests using multi request mode\n\u003cpre\u003e\n\u003e boom  --mul -d 10 -g 20 -b body.json\n  Boom running for 10s over the api: \u003cfont color=\"#4E9A06\"\u003e \u003c/font\u003e\n  20 Active Concurrent connections!\n10 / 10 [--------------------------------------------------------------] 100.00%\n\n|     Statistics     |     value     |\n| ================================== |\n + Total   Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1424 \u003c/font\u003e\n + Fastest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 128.59929ms \u003c/font\u003e\n + Slowest Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 273.003861ms \u003c/font\u003e\n + Average Reqs\t\t\u003cfont color=\"#4E9A06\"\u003e 1.026262071s \u003c/font\u003e\n + Error   Count        \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n|     Status Code    |     Count     |\n| ================================== |\n + 1XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 2XX                  \u003cfont color=\"#4E9A06\"\u003e 1600 \u003c/font\u003e\n + 3XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 4XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + 5XX                  \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n + Others               \u003cfont color=\"#4E9A06\"\u003e 0 \u003c/font\u003e\n― ― ― ― ― ― ― ― ― ― ―― ― ― ― ― ― ― ― ―\n\u003c/pre\u003e\n\nsample_request.json\n```\n\n[\n    {\n        \"url\": \"http://www.sample.com\",\n        \"method\": \"PUT\",\n        \"body\": {\n            \"a\": \"1\",\n            \"b\": \"2\"\n        },\n        \"header\": {\n            \"key\": \"value\"\n        }\n    },\n    {\n        \"url\": \"http://www.sample.com\",\n        \"method\": \"POST\",\n        \"body\": {\n            \"a\": 1,\n            \"b\": 2\n        },\n        \"header\": {\n            \"key1\": \"value1\",\n            \"key2\": \"value2\"\n        }\n    }\n]\n```\n## Prerequisites\n\nGolang should be installed on your computer, boom is compatible with go1.12 and above\n\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\nSee the [open issues](https://github.com/Ashwin-Rajeev/boom/issues) for a list of proposed features (and known issues).\n\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nEmail   : [ashwinrajeev916@gmail.com](ashwinrajeev916@gmail.com)   \nGitHub  : [https://github.com/Ashwin-Rajeev](https://github.com/Ashwin-Rajeev)   \nWebsite : [https://ashwinrajeev.com](https://ashwinrajeev.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fboom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwin-rajeev%2Fboom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fboom/lists"}