-
Notifications
You must be signed in to change notification settings - Fork 384
collectors HttpdCollector
Rob Smith edited this page Oct 29, 2012
·
16 revisions
Collect stats from Apache HTTPD server using mod_status
- mod_status
- httplib
- urlparse
Options - Generic Options
Setting | Default | Description | Type |
---|---|---|---|
byte_unit | byte | Default numeric output(s) | str |
enabled | False | Enable collecting these metrics | bool |
measure_collector_time | False | Collect the collector run time in ms | bool |
url | http://localhost:8080/server-status?auto | Url to server-status in auto format | str |
servers.hostname.httpd.BusyWorkers 9
servers.hostname.httpd.BytesPerReq 5418
servers.hostname.httpd.BytesPerSec 165
servers.hostname.httpd.IdleWorkers 0
servers.hostname.httpd.ReqPerSec 0
servers.hostname.httpd.TotalAccesses 8314