tproxy is a powerful network traffic monitoring tool designed for developers who need deep visibility into their backend services. Whether you're debugging connection behavior, analyzing pool management, or understanding protocol interactions, tproxy provides real-time insights into TCP and UDP traffic.
Key capabilities include:
Built in Go and available across Windows, Mac, and Linux, tproxy works as a transparent proxy that intercepts and analyzes traffic between your application and remote services. Install via go install, Docker, or Scoop on Windows. The tool operates with minimal overhead and supports both quiet mode for production monitoring and verbose output for development debugging.
$ go install github.com/kevwan/tproxy@latest