Apache HTTPD
Public Attributes | List of all members
ap_sload_t Struct Reference

A structure to hold server load params. More...

#include <httpd.h>

Public Attributes

int idle
 
int busy
 
apr_off_t bytes_served
 
unsigned long access_count
 

Detailed Description

A structure to hold server load params.

Definition at line 1411 of file httpd.h.

Member Data Documentation

◆ access_count

unsigned long ap_sload_t::access_count

Definition at line 1419 of file httpd.h.

◆ busy

int ap_sload_t::busy

Definition at line 1415 of file httpd.h.

◆ bytes_served

apr_off_t ap_sload_t::bytes_served

Definition at line 1417 of file httpd.h.

◆ idle

int ap_sload_t::idle

Definition at line 1413 of file httpd.h.


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