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