Crossfire Server  1.75.0
CS_Stats Struct Reference

Statistics for the last CS_LOGTIME seconds on the server. More...

#include <newclient.h>

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
 

Detailed Description

Statistics for the last CS_LOGTIME seconds on the server.

Definition at line 734 of file newclient.h.

Field Documentation

◆ ibytes

int CS_Stats::ibytes

ibytes, obytes are bytes in, out.

Definition at line 735 of file newclient.h.

Referenced by metaserver_update(), Send_With_Handling(), and SockList_ReadPacket().

◆ max_conn

short CS_Stats::max_conn

Maximum connections received.

Definition at line 737 of file newclient.h.

Referenced by init_connection(), and Send_With_Handling().

◆ max_ticktime

unsigned long CS_Stats::max_ticktime

Definition at line 745 of file newclient.h.

Referenced by do_server(), and Send_With_Handling().

◆ obytes

int CS_Stats::obytes

Definition at line 736 of file newclient.h.

Referenced by metaserver_update(), Send_With_Handling(), and Write_To_Socket().

◆ ticks

unsigned long CS_Stats::ticks

Definition at line 743 of file newclient.h.

Referenced by do_server(), and Send_With_Handling().

◆ ticks_overtime

unsigned long CS_Stats::ticks_overtime

Definition at line 744 of file newclient.h.

Referenced by do_server(), and Send_With_Handling().

◆ time_start

time_t CS_Stats::time_start

Definition at line 738 of file newclient.h.

Referenced by do_specials(), metaserver_update(), and Send_With_Handling().

◆ total_ticktime

unsigned long CS_Stats::total_ticktime

Definition at line 746 of file newclient.h.

Referenced by do_server(), and Send_With_Handling().


The documentation for this struct was generated from the following file: