# xiaojiaqi/10billionhongbaos

golang 实现单机支持100万用户，同时模拟了2015年微信红包的1400万QPS的场景，让服务器在压力下，轻松地完成业务。

Repository: https://github.com/xiaojiaqi/10billionhongbaos
Canonical: https://ross.abutalabs.com/products/10billionhongbaos
Language: Go
License: GPL-3.0
License Family: copyleft
Topics: c1000k, 60000qps
Last push: 2018-03-04T13:37:09+00:00

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

## Adoption (not part of the score)
Stars 1688, forks 383 (observed 2026-08-28T04:05:22.324928+00:00)

## What it is
A Go-based stress-testing project that simulates the 2015 WeChat red envelope scenario, supporting one million concurrent users on a single machine and up to 60,000 QPS per node. It includes server parameter tuning and a monitoring setup to validate that the simulated load is realistic.

## Use cases
- stress test a server with millions of concurrent connections
- simulate WeChat red envelope traffic spikes
- benchmark high-QPS HTTP services on a single machine
- learn how to tune Linux for c1000k workloads
- verify system behavior under extreme load
- study a real-world high-concurrency Go example

## When to choose
- you need to load-test services at extreme concurrency from one machine
- you want a reference implementation of high-QPS Go networking
- you are studying C1000K connection tuning techniques

## When to avoid
- you need a maintained, general-purpose load testing tool like k6 or wrk
- you need a GUI or distributed load generation out of the box
- you require long-term support or recent updates

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: load-testing, benchmarking, http-client, monitoring
- domain: performance, testing, developer-tools, networking
- platform: go, cli
- tags: stress-testing, high-concurrency, c1000k, red-envelope, wechat-simulation, qps-benchmark, linux

## Member repositories
- xiaojiaqi/10billionhongbaos (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.324928+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-30T03:38:49.838356+00:00, confidence not recorded.
  - readme: https://github.com/xiaojiaqi/10billionhongbaos (fetched 2026-08-28T04:05:22.324928+00:00, sha d02ce4345d88)
- Data as of 2026-08-30T08:39:29.467469+00:00.
