# link1st/go-stress-testing

go 实现的压测工具，ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】

Repository: https://github.com/link1st/go-stress-testing
Canonical: https://ross.abutalabs.com/products/go-stress-testing
Language: Go
License: NOASSERTION
License Family: other
Topics: golang, stress-testing, qps, grpc
Last push: 2026-07-25T05:55:45+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 33, longevity 100
- inputs: {"age_days": 2575, "days_push": 39, "days_rel": 238, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4399, forks 832 (observed 2026-08-28T04:08:48.232060+00:00)

## What it is
A stress/load testing tool written in Go that simulates concurrent users with goroutines to measure QPS and connection capacity. It supports HTTP 1.1/2.0, gRPC, and long-connection testing, and includes educational material comparing tools like ab, locust, and JMeter.

## Use cases
- load test an HTTP API to measure QPS
- stress test a server with 1 million concurrent connections
- benchmark a gRPC service
- compare load testing tools like ab, locust, and JMeter
- test HTTP long connections with keep-alive
- generate HTML test reports for load tests

## When to choose
- you need a lightweight single-binary load testing tool
- you want to push very high connection counts from one machine using goroutines
- you need to stress test gRPC endpoints
- you want a Go-native alternative to ab or JMeter

## When to avoid
- you need distributed load generation across many machines
- you require complex scripted user scenarios like locust or JMeter offer
- you need a GUI-based testing workflow

## Facets
- artifact type: cli-tool
- maturity: active
- function: load-testing, benchmarking, http-client, testing
- domain: developer-tools, testing, performance
- platform: windows, cli, go
- tags: stress-testing, qps, grpc, websocket, long-connections, concurrency, command-line, linux, macos

## Member repositories
- link1st/go-stress-testing (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:48.232060+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-29T18:21:09.528988+00:00, confidence not recorded.
  - readme: https://github.com/link1st/go-stress-testing (fetched 2026-08-28T04:08:48.232060+00:00, sha 46085041ec9d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
