![]() |
Crossfire Server, Trunk
1.75.0
|
Statistics for the last CS_LOGTIME seconds on the server. More...
#include <newclient.h>
Collaboration diagram for CS_Stats:Data Fields | |
| int | ibytes |
| ibytes, obytes are bytes in, out. More... | |
| short | max_conn |
| Maximum connections received. More... | |
| unsigned long | max_ticktime |
| int | obytes |
| unsigned long | ticks |
| unsigned long | ticks_overtime |
| time_t | time_start |
| unsigned long | total_ticktime |
Statistics for the last CS_LOGTIME seconds on the server.
Definition at line 698 of file newclient.h.
| int CS_Stats::ibytes |
ibytes, obytes are bytes in, out.
Definition at line 699 of file newclient.h.
Referenced by metaserver_update(), and SockList_ReadPacket().
| short CS_Stats::max_conn |
Maximum connections received.
Definition at line 701 of file newclient.h.
Referenced by init_connection().
| unsigned long CS_Stats::max_ticktime |
Definition at line 709 of file newclient.h.
Referenced by do_server().
| int CS_Stats::obytes |
Definition at line 700 of file newclient.h.
Referenced by metaserver_update(), and Write_To_Socket().
| unsigned long CS_Stats::ticks |
Definition at line 707 of file newclient.h.
Referenced by do_server().
| unsigned long CS_Stats::ticks_overtime |
Definition at line 708 of file newclient.h.
Referenced by do_server().
| time_t CS_Stats::time_start |
Definition at line 702 of file newclient.h.
Referenced by do_specials(), and metaserver_update().
| unsigned long CS_Stats::total_ticktime |
Definition at line 710 of file newclient.h.
Referenced by do_server().