Crossfire Server, Trunk
CS_Stats Struct Reference

#include <newclient.h>

+ Collaboration diagram for CS_Stats:

Data Fields

int ibytes
 
short max_conn
 
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 683 of file newclient.h.

Field Documentation

◆ ibytes

int CS_Stats::ibytes

ibytes, obytes are bytes in, out.

Definition at line 684 of file newclient.h.

Referenced by metaserver_update(), and SockList_ReadPacket().

◆ max_conn

short CS_Stats::max_conn

Maximum connections received.

Definition at line 686 of file newclient.h.

Referenced by init_connection().

◆ max_ticktime

unsigned long CS_Stats::max_ticktime

Definition at line 694 of file newclient.h.

Referenced by do_server().

◆ obytes

int CS_Stats::obytes

Definition at line 685 of file newclient.h.

Referenced by metaserver_update(), and Write_To_Socket().

◆ ticks

unsigned long CS_Stats::ticks

Definition at line 692 of file newclient.h.

Referenced by do_server().

◆ ticks_overtime

unsigned long CS_Stats::ticks_overtime

Definition at line 693 of file newclient.h.

Referenced by do_server().

◆ time_start

time_t CS_Stats::time_start

Definition at line 687 of file newclient.h.

Referenced by do_specials(), and metaserver_update().

◆ total_ticktime

unsigned long CS_Stats::total_ticktime

Definition at line 695 of file newclient.h.

Referenced by do_server().


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