您好,登錄后才能下訂單哦!
如下所示:
import socket import threading import time def testconn( host , port ): sk = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sk.settimeout(1) try: sk.connect((host,port)) return host+" Server is "+str(port)+" connect" except Exception: return host+" Server is "+str(port)+" not connect!" sk.close() class Test(threading.Thread): def __init__(self): pass def test(self): print testconn('172.31.32.3',22) def run(self): while True: #print time.strftime('%Y-%m-%d %H:%M:%S') self.test() time.sleep(1) a=Test() a.run()
以上這篇python 定時任務去檢測服務器端口是否通的實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。