A simple TChannel health checker written in Go.
tcheck supports the following flags:
--peera singular host:port to health check--serviceNamethe target's service name
Examples:
tcheck --peer 127.0.0.1:4532 --serviceName keyvalue
Run tests using go test.
MIT.