Tina Luedtke c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 years ago
phpfpm.chart.py b466fbf4d9 collectors/python.d/phpfpm: fix readme and per process chart ti… (#7876) 5 years ago
phpfpm.conf 5286dae8eb python.d.plugin update (#4936) 6 years ago

README.md

PHP-FPM monitoring with Netdata

Monitors one or more PHP-FPM instances depending on 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

Edit the python.d/phpfpm.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/phpfpm.conf

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