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

A structure to hold various server loadavg. More...

#include <httpd.h>

Public Attributes

float loadavg
 
float loadavg5
 
float loadavg15
 

Detailed Description

A structure to hold various server loadavg.

Definition at line 1427 of file httpd.h.

Member Data Documentation

◆ loadavg

float ap_loadavg_t::loadavg

Definition at line 1429 of file httpd.h.

◆ loadavg15

float ap_loadavg_t::loadavg15

Definition at line 1433 of file httpd.h.

◆ loadavg5

float ap_loadavg_t::loadavg5

Definition at line 1431 of file httpd.h.


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