kevwan/tproxy
A cli tool to proxy and analyze TCP connections. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 91
- Release rhythm 39
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 134.5
- age_days: 1542
- days_rel: 251
- days_push: 55
- n_releases_24m: 3
Adoption not part of the score
3701 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
tproxy is a Go CLI tool that proxies TCP connections while displaying and analyzing the traffic passing through them. It supports protocol-aware inspection for gRPC, HTTP/2, Redis, and MongoDB, plus packet delay and bandwidth throttling for testing.
Use cases
- monitor gRPC connections and reconnection behavior
- inspect MySQL connection pool traffic
- debug TCP traffic between local services
- simulate network latency by delaying packets
- throttle bandwidth to test client behavior
- check TCP retransmission rate and RTT
- analyze redis or mongodb protocol traffic
When to choose
- you need a lightweight CLI alternative to Charles or Wireshark for TCP debugging
- you want to observe connection lifecycle of gRPC or database clients
- you need to inject delay or speed limits into a TCP stream during testing
When to avoid
- you need full HTTP request/response inspection with a GUI
- you need TLS-encrypted traffic decryption without keys
- you need packet-level capture rather than TCP stream proxying
Facets
cli-tool · maturity active
proxy monitoring networking cli developer-tools networking developer-tools microservices windows cli go tcp-proxy traffic-analysis grpc-debugging connection-monitoring wireshark-alternative charles-alternative debugging linux macos docker
4 sources
- readme: https://github.com/kevwan/tproxy · fetched 2026-08-28 · 3db35dff8f2d
- homepage: https://go-zero.dev · fetched 2026-08-29 · 3244647fba16
- site_page: https://go-zero.dev/getting-started · fetched 2026-08-29 · 1b898bc4754f
- site_page: https://go-zero.dev/guides/quickstart/hello-world · fetched 2026-08-29 · c30801468e94
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kevwan/tproxy | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem