Apache2
worker_score Struct Reference

#include <scoreboard.h>

Data Fields

apr_os_thread_t tid
 
int thread_num
 
pid_t pid
 
ap_generation_t generation
 
unsigned char status
 
unsigned short conn_count
 
apr_off_t conn_bytes
 
unsigned long access_count
 
apr_off_t bytes_served
 
unsigned long my_access_count
 
apr_off_t my_bytes_served
 
apr_time_t start_time
 
apr_time_t stop_time
 
apr_time_t last_used
 
struct tms times
 
char client [32]
 
char request [64]
 
char vhost [32]
 
char protocol [16]
 
char client64 [64]
 
apr_time_t duration
 

Field Documentation

◆ access_count

unsigned long worker_score::access_count

◆ bytes_served

apr_off_t worker_score::bytes_served

◆ client

char worker_score::client[32]

◆ client64

char worker_score::client64[64]

◆ conn_bytes

apr_off_t worker_score::conn_bytes

◆ conn_count

unsigned short worker_score::conn_count

◆ duration

apr_time_t worker_score::duration

◆ generation

ap_generation_t worker_score::generation

◆ last_used

apr_time_t worker_score::last_used

◆ my_access_count

unsigned long worker_score::my_access_count

◆ my_bytes_served

apr_off_t worker_score::my_bytes_served

◆ pid

pid_t worker_score::pid

◆ protocol

char worker_score::protocol[16]

◆ request

char worker_score::request[64]

◆ start_time

apr_time_t worker_score::start_time

◆ status

unsigned char worker_score::status

◆ stop_time

apr_time_t worker_score::stop_time

◆ thread_num

int worker_score::thread_num

◆ tid

apr_os_thread_t worker_score::tid

◆ times

struct tms worker_score::times

◆ vhost

char worker_score::vhost[32]

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