mirror of https://github.com/cppla/ServerStatus
cname domain
parent
40d386fd96
commit
d19f710dba
|
@ -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'
|
||||
}
|
||||
)
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue