# maintell/webBenchmark

a simple tool of website benchmark.

Repository: https://github.com/maintell/webBenchmark
Canonical: https://ross.abutalabs.com/products/webbenchmark
Language: Go
License: MIT
License Family: permissive
Last push: 2024-06-26T06:39:01+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2296, "days_push": 798, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1011, forks 307 (observed 2026-08-28T04:03:13.212523+00:00)

## What it is
A Go-based command-line HTTP benchmark tool that floods a target URL with concurrent requests to test server bandwidth and performance. It supports random User-Agents, custom headers, referers, POST bodies, multiple target IPs, and randomized X-Forwarded-For/X-Real-IP headers.

## Use cases
- load test my web server bandwidth
- benchmark a website with concurrent http requests
- stress test server with custom headers
- test website performance from command line
- send concurrent requests to multiple target ips
- measure how much traffic my server can handle

## When to choose
- you need a simple, single-binary CLI to saturate server bandwidth with configurable concurrency
- you want randomized headers, User-Agents, and X-Forwarded-For per request
- you need to target specific IPs behind a domain

## When to avoid
- you need detailed latency percentiles and metrics reporting (use hey, wrk, or k6 instead)
- you want a GUI or distributed load testing
- you cannot legally authorize testing against the target server - misuse may be illegal

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: load-testing, http-client, benchmarking
- domain: web-development, performance, developer-tools
- platform: windows, cli, go
- tags: http-benchmark, stress-testing, bandwidth-testing, concurrent-requests, command-line, linux, macos

## Member repositories
- maintell/webBenchmark (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:13.212523+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:11:51.210246+00:00, confidence not recorded.
  - readme: https://github.com/maintell/webBenchmark (fetched 2026-08-28T04:03:13.212523+00:00, sha 5e1a5503d310)
- Data as of 2026-08-30T08:39:29.467469+00:00.
