rhp probe¶
Connect to an RHPv2 node, optionally authenticate, and print round-trip timings. The fastest possible smoke test for a new deployment.
Usage¶
Examples¶
When it fails¶
| Symptom | Likely cause |
|---|---|
SocketException: Connection refused |
RHP not bound on that host/port. |
RhpServerException: Unauthorised |
Wrong credentials or AUTH required and missing. |
Hangs at "dialling" then OperationCanceledException |
Firewall / routing / wrong IP. |
Use in CI¶
rhp probe exits 0 only when both the TCP connect and (optional) AUTH
succeed. Drop it into pipelines as a precondition: