遅延が特定の値を超えている間にIPにpingを実行したいです。例が役立つと思います:
"ping *IP here*"
コマンドに対して次の結果があると仮定します。
PING *IP here* (*IP here*): 56 data bytes
64 bytes from *IP here*: icmp_seq=0 ttl=53 time=127.238 ms
64 bytes from *IP here*: icmp_seq=1 ttl=53 time=312.762 ms
64 bytes from *IP here*: icmp_seq=2 ttl=53 time=251.475 ms
64 bytes from *IP here*: icmp_seq=3 ttl=53 time=21.174 ms
64 bytes from *IP here*: icmp_seq=4 ttl=53 time=27.953 ms
待ち時間が特定の値を下回った後、pingを停止する方法が必要です。100とすると、上の例では4番目の結果の後に停止します。