接收每小时主机到三大运行商的丢包率数据

This commit is contained in:
ubuntu
2018-08-28 18:16:33 +08:00
parent 1ecca6e444
commit db825f050c
2 changed files with 21 additions and 12 deletions

View File

@@ -44,11 +44,14 @@ class CMain
{
bool m_Online4;
bool m_Online6;
bool m_IpStatus; //mh361 or mh370, mourn mh370, 2014-03-0 01:20 lost from all over the world.
bool m_IpStatus; //mh361 or mh370, mourn mh370, 2014-03-08 01:20 lost from all over the world. by:cpp.la
int64_t m_Uptime;
double m_Load_1; //1 minutes load average
double m_Load_5; //5 minutes load average
double m_Load_15; //15 minutes load average
double m_Load_1;
double m_Load_5;
double m_Load_15;
double m_ping_10010;
double m_ping_189;
double m_ping_10086;
int64_t m_NetworkRx;
int64_t m_NetworkTx;
int64_t m_NetworkIN;