telegraf/plugins/apache
Cameron Sparr 97a66b73cf Updating aerospike & apache plugins for 0.3.0 2016-01-05 23:48:59 -07:00
..
README.md Apache plugin unit tests and README 2015-11-13 13:01:00 -07:00
apache.go Updating aerospike & apache plugins for 0.3.0 2016-01-05 23:48:59 -07:00
apache_test.go Mailchimp report plugin 2015-12-04 12:25:16 -07:00

README.md

Telegraf plugin: Apache

Plugin arguments:

  • urls []string: List of apache-status URLs to collect from.

Description

The Apache plugin collects from the /server-status?auto URL. See apache.org/server-status?auto for an example. And here for the apache mod_status documentation.

Measurements:

Meta:

  • tags: port=<port>, server=url

  • apache_TotalAccesses

  • apache_TotalkBytes

  • apache_CPULoad

  • apache_Uptime

  • apache_ReqPerSec

  • apache_BytesPerSec

  • apache_BytesPerReq

  • apache_BusyWorkers

  • apache_IdleWorkers

  • apache_ConnsTotal

  • apache_ConnsAsyncWriting

  • apache_ConnsAsyncKeepAlive

  • apache_ConnsAsyncClosing

Scoreboard measurements

  • apache_scboard_waiting
  • apache_scboard_starting
  • apache_scboard_reading
  • apache_scboard_sending
  • apache_scboard_keepalive
  • apache_scboard_dnslookup
  • apache_scboard_closing
  • apache_scboard_logging
  • apache_scboard_finishing
  • apache_scboard_idle_cleanup
  • apache_scboard_open