diff --git a/clients/client-linux.py b/clients/client-linux.py index b4f092e..010ca9e 100755 --- a/clients/client-linux.py +++ b/clients/client-linux.py @@ -186,21 +186,21 @@ def get_packetLostRate(): t1 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'www.10010.com', + 'host': 'cu.tz.cloudcpp.com', 'mark': '10010' } ) t2 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'www.189.cn', + 'host': 'ct.tz.cloudcpp.com', 'mark': '189' } ) t3 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'bj.10086.cn', + 'host': 'cm.tz.cloudcpp.com', 'mark': '10086' } ) diff --git a/clients/client-psutil.py b/clients/client-psutil.py index d94944d..cf783a5 100755 --- a/clients/client-psutil.py +++ b/clients/client-psutil.py @@ -155,21 +155,21 @@ def get_packetLostRate(): t1 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'www.10010.com', + 'host': 'cu.tz.cloudcpp.com', 'mark': '10010' } ) t2 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'www.189.cn', + 'host': 'ct.tz.cloudcpp.com', 'mark': '189' } ) t3 = threading.Thread( target=_ping_thread, kwargs={ - 'host': 'bj.10086.cn', + 'host': 'cm.tz.cloudcpp.com', 'mark': '10086' } )