github hipages/php-fpm_exporter v0.2.0
v0.2.0 – Calculate correct idle/active/total processes

latest releases: v2.2.0, v2.1.0, v2.0.4...
6 years ago

This release introduces parameter --phpfpm.fix-process-count and environment variable PHP_FPM_FIX_PROCESS_COUNT which will calculate the idle/active/total processes based on the process list PHP-FPM reports.

The exporter will also include per process metrics such as

  • Last CPU usage
  • Last Memory usage
  • Number of requests processed by process

Changelog

49a24fd Add comments to constants
c0b2ce6 Fix go vet error
62276d3 * Add ability to calculate correct idle/active/total processes #6 * Expose PHP-FPM Pool metrics #4
f3d7296 * Shutdown server gracefully * Remove unused customLabel variables * Rename title/body text from apache exporter
4071a9a Merge branch 'master' of github.com:hipages/php-fpm_exporter
c8e7b5c Remove "phpfpm.label-name" and "phpfpm.label-value" since it's not needed due to prometheus relabelling

Docker images

  • docker pull hipages/php-fpm_exporter:0.2.0

Automated with GoReleaser
Built with go version go1.9.4 linux/amd64

Don't miss a new php-fpm_exporter release

NewReleases is sending notifications on new releases.