https://github.com/nunomaduro/bombe
Bombe is a tool for benchmarking the given url response status and response time.
https://github.com/nunomaduro/bombe
c cli networking
Last synced: about 1 year ago
JSON representation
Bombe is a tool for benchmarking the given url response status and response time.
- Host: GitHub
- URL: https://github.com/nunomaduro/bombe
- Owner: nunomaduro
- License: mit
- Created: 2020-11-04T01:36:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T02:15:00.000Z (over 5 years ago)
- Last Synced: 2025-03-29T23:22:18.723Z (about 1 year ago)
- Topics: c, cli, networking
- Language: C
- Homepage:
- Size: 830 KB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
---
Bombe was created by, and is maintained by **[Nuno Maduro](https://github.com/nunomaduro)**, and is a tool for benchmarking the given url response status and response time.
⚡️ Get started by cloning this project locally with [Git](https://git-scm.com/downloads):
```bash
git clone https://github.com/nunomaduro/bombe
```
✅ Build the project like so:
```bash
cd bombe
make
```
🚀 Next, run Bombe:
```bash
cd bin
./bombe
```
🤓 The output will be something like this:
```
➜ ./bombe nunomaduro.com 10
[200] nunomaduro.com ~= 0.216454 seconds
[200] nunomaduro.com ~= 0.109665 seconds
[200] nunomaduro.com ~= 0.098251 seconds
[200] nunomaduro.com ~= 0.097521 seconds
[200] nunomaduro.com ~= 0.098594 seconds
[200] nunomaduro.com ~= 0.121236 seconds
[200] nunomaduro.com ~= 0.105027 seconds
[200] nunomaduro.com ~= 0.105631 seconds
[200] nunomaduro.com ~= 0.099940 seconds
[200] nunomaduro.com ~= 0.114933 seconds
```
**Bombe** was created by **[Nuno Maduro](https://twitter.com/enunomaduro)** under the **[MIT license](https://opensource.org/licenses/MIT)**.