mirror of
https://github.com//cppla/ServerStatus
synced 2026-03-26 16:29:46 +08:00
copy msg
This commit is contained in:
@@ -106,6 +106,11 @@ public:
|
||||
int Run();
|
||||
|
||||
CWatchDog *Watchdog(int ruleID) { return &m_aCWatchDogs[ruleID]; }
|
||||
void WatchdogMessage(double load_1, double load_5, double load_15, double ping_10010, double ping_189, double ping_10086,
|
||||
double time_10010, double time_189, double time_10086, int tcp, int udp, int process, int thread,
|
||||
int64_t network_rx, int64_t network_tx, int64_t network_in, int64_t network_out,
|
||||
int memory_total, int memory_used,int swap_total, int swap_used, int hdd_total,
|
||||
int hdd_used, int io_read, int io_write, int cpu,int online4, int online6);
|
||||
|
||||
CClient *Client(int ClientID) { return &m_aClients[ClientID]; }
|
||||
CClient *ClientNet(int ClientNetID);
|
||||
|
||||
Reference in New Issue
Block a user