mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-14 01:33:54 +08:00
tupd action update
This commit is contained in:
@@ -144,14 +144,14 @@ int CMain::HandleMessage(int ClientNetID, char *pMessage)
|
||||
pClient->m_Stats.m_ping_189 = rStart["ping_189"].u.dbl;
|
||||
if(rStart["ping_10086"].type)
|
||||
pClient->m_Stats.m_ping_10086 = rStart["ping_10086"].u.dbl;
|
||||
if(rStart["tcp_count"].type)
|
||||
pClient->m_Stats.m_tcpCount = rStart["tcp_count"].u.dbl;
|
||||
if(rStart["udp_count"].type)
|
||||
pClient->m_Stats.m_udpCount = rStart["udp_count"].u.dbl;
|
||||
if(rStart["process_count"].type)
|
||||
pClient->m_Stats.m_processCount = rStart["process_count"].u.dbl;
|
||||
if(rStart["thread_count"].type)
|
||||
pClient->m_Stats.m_threadCount = rStart["thread_count"].u.dbl;
|
||||
if(rStart["tcp"].type)
|
||||
pClient->m_Stats.m_tcpCount = rStart["tcp"].u.integer;
|
||||
if(rStart["udp"].type)
|
||||
pClient->m_Stats.m_udpCount = rStart["udp"].u.integer;
|
||||
if(rStart["process"].type)
|
||||
pClient->m_Stats.m_processCount = rStart["process"].u.integer;
|
||||
if(rStart["thread"].type)
|
||||
pClient->m_Stats.m_threadCount = rStart["thread"].u.integer;
|
||||
if(rStart["network_rx"].type)
|
||||
pClient->m_Stats.m_NetworkRx = rStart["network_rx"].u.integer;
|
||||
if(rStart["network_tx"].type)
|
||||
|
||||
Reference in New Issue
Block a user