Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 319 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 319 Bytes

tcheck

A simple TChannel health checker written in Go.

tcheck supports the following flags:

  • --peer a singular host:port to health check
  • --serviceName the target's service name

Examples:

tcheck --peer 127.0.0.1:4532 --serviceName keyvalue

Tests

Run tests using go test.

License

MIT.