Skip to content

collectors HttpdCollector

Rob Smith edited this page Aug 11, 2012 · 16 revisions

HttpdCollector

Collect stats from Apache HTTPD server using mod_status

Dependencies

  • mod_status
  • httplib
  • urlparse

Options

  • Generic Options
  • url: Url to server-status in auto format
  • enabled: Enable collecting these metrics
  • byte_unit: Default numeric output(s)

Example Output

servers.hostname.BusyWorkers 9
servers.hostname.BytesPerReq 5418
servers.hostname.BytesPerSec 165
servers.hostname.IdleWorkers 0
servers.hostname.ReqPerSec 0
Clone this wiki locally