usage: tcurl [--health | []] Sends one or more TChannel requests. The name of the TChannel/Hyperbahn service to send requests to. The name of the endpoint to send requests to or method to call. [] :jshon The Thrift or JSON argument in SHON or JSON format. [--headers ] :jshon The application headers as SHON or JSON arguments. [-p|--peer ...] The peer or peers to connect. [-P|--peerlist ] The path to a file containing a JSON list of peers. The -H and --hostlist flags are deprecated. [-r|--raw] Use the raw argument scheme. [--http ] Use the HTTP argument scheme with given method. [-j|--json] Use the JSON argument scheme. The -J flag is deprecated. [-t|--thrift ] Where to find Thrift IDL files. [--no-strict] Disable strict Thrift parsing. [--sk|--shard-key ] Ringpop shard key The --shardKey flag is deprecated. [--timeout ] Timeout in milliseconds [--requests ] Number of requests to make [--rate ] Request rate in requests per second [--delay ] Delay between requests in milliseconds [--time ] Benchmark duration in milliseconds [--health]* Hit the health endpoint for the service [-h]* short help [--help]* man page [-v|--version]* print version The [-3|--arg3|--body ] argument is deprecated in favor of passing as JSON or SHON as a positional argument. The [-2|--arg2|--head ] argument is deprecated in favor of the --headers argument with JSON or SHON.