Apache

Integration Installation

  1. Install the Astradot Infra Agent on your server

  2. Ensure that mod_status is enabled on your apache instance

  3. Edit /etc/astradot-infra/integrations/apache.toml

    #For every apache instance to monitor, add an [[instance]] block
    [[instance]]
    # the url to status module
    apache_status_url = "http://localhost:8080/server-status"
  4. Restart astradot-infra agent

    service astradot-infra restart

Metrics

Metric
Description

Bytes Served

Rate of bytes served per second

Request Rate

Number of requests processed per second

Connections

Number of connections

Async Connections - Writing

Number of asynchronous write connections

Async Connections - Keep Alive

Number of asynchronous keep alive connections

Async Connections - Closing

Number of asynchronous closing connections

Idle Workers

Number of idle workers

Busy Workers

Number of workers busy serving requests

Last updated

Was this helpful?