sh TCP test_retry连接bash代码snipet

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh TCP test_retry连接bash代码snipet相关的知识,希望对你有一定的参考价值。

  #test if the service is up
  CONN_STATUS="DOWN"
  COUNTER=0
  while [ "$CONN_STATUS" == "DOWN" -a $COUNTER -lt 4 ]
  do
     CONN_STATUS=`(echo > /dev/tcp/$SERVICE_ADDR/$SERVICE_PORT) >/dev/null 2>&1 && echo "UP" || echo "DOWN"`
     echo -e "\t SERVICE connection status: $CONN_STATUS"
     echo -e "\t waintig 5s for Service connetion..."
     sleep 5
     let COUNTER=COUNTER+1
  done

以上是关于sh TCP test_retry连接bash代码snipet的主要内容,如果未能解决你的问题,请参考以下文章

Zabbix 监控 TCP 连接 。

shell统计当前网络连接情况

反弹shell基础

ubuntu中/bin/bash与/bin/sh,区别较大吗

sh Azure BASH解析连接字符串示例

sh #centos增加#tcp连接容量