jina ping
¶
Ping a remote pod and check the network connectivity
usage: jina ping [-h] [--timeout] [--retries] [--print-response] host port
Positional Arguments¶
- host
The host address of the target Pea, e.g. 0.0.0.0
- port
The control port of the target pod/pea
Named Arguments¶
- --timeout
Timeout in millisecond of one check -1 for waiting forever
Default: 3000
- --retries
The max number of tried health checks before exit with exit code 1
Default: 3
- --print-response
If set, print the response when received
Default: False