hipages/php-fpm_exporter

Questions about phpfpm_process_request_duration

Hello-Linux opened this issue · 1 comments

about the phpfpm_process_request_duration
What exactly does this parameter refer to? Is it the response time of each request in php? Or is it the total duration of each request?

The Full status returns for each process:
;   request duration     - the duration in µs of the requests;

From php-fpm conf : https://github.com/php/php-src/blob/83697aa95e1d3eefe7bbc4da5e77d899be091be2/sapi/fpm/www.conf.in#L208