Skip to content

v0.2.0 – Calculate correct idle/active/total processes

Choose a tag to compare

@estahn estahn released this 25 Feb 10:51
· 271 commits to master since this release
49a24fd

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