0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-20 20:10:08 +00:00
netdata_netdata/collectors/python.d.plugin/phpfpm
Ilya Mashchenko b466fbf4d9
collectors/python.d/phpfpm: fix readme and per process chart ti… ()
* /collectors/python.d/phpfpm/README.md: update

* /collectors/python.d/phpfpm: update per process chart titles
2020-01-28 19:01:41 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
phpfpm.chart.py collectors/python.d/phpfpm: fix readme and per process chart ti… () 2020-01-28 19:01:41 +03:00
phpfpm.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
README.md collectors/python.d/phpfpm: fix readme and per process chart ti… () 2020-01-28 19:01:41 +03:00

phpfpm

This module will monitor one or more PHP-FPM instances, depending on your configuration.

Requirements

Charts

It produces following charts:

  • Active Connections in connections
  • Requests in requests/s
  • Performance in status
  • Requests Duration Among All Idle Processes in milliseconds
  • Last Request CPU Usage Among All Idle Processes in percentage
  • Last Request Memory Usage Among All Idle Processes in KB

Configuration

Needs only url to server's status. Here is an example for local and remote instances:

local:
  url     : 'http://localhost/status?full&json'

remote:
  url     : 'http://203.0.113.10/status?full&json'

Without configuration, module attempts to connect to http://localhost/status


analytics