Apache Integration - Setup & Installation Docs | Middleware
MW Host Agent
v1.6.1+
must be installed on your local machine. To install the MW Agent, see our Installation Guide.Apache Web Server
v2.4+
. To install the latest Apache Web Server Version, navigate to the Apache HTTP Server Project.httpd.conf
configuration file to whitelist your IP address or the host-agent and scrape data from the Apache Server:
apache.*
metrics. See below for a comprehensive list.
Metric | Description |
---|---|
apache.uptime | Amount of time server has been running in seconds |
apache.current_connections | Number of active connections currently attached to the HTTP server |
apache.workers | Number of workers currently attached to the HTTP server |
apache.requests | Number of requests serviced by the HTTP server per second |
apache.traffic | Total HTTP server traffic |
apache.cpu.time | Number of jiffs used by a process in a given category |
apache.cpu.load | Current load of the CPU |
apache.load.1 | Average server load within the last minute |
apache.load.5 | Average server load within the last 5 minutes |
apache.load.15 | Average server load within the last 15 minutes |
apache.request.time | Total time spent handling requests |
apache.scoreboard | Number of workers in each state |
Input Field | Description |
---|---|
endpoint | URL of the httpd status endpoint |
collection_interval | Interval that telemetry data is collected (default set to 10 sec interval) |