You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (fpm_php_get_string_from_table(_GET_str, "html")) {
@@ -398,21 +398,18 @@ int fpm_status_handle_request(void) /* {{{ */
398
398
"# HELP phpfpm_up Could pool %s using a %s PM on PHP-FPM be reached?\n"
399
399
"# TYPE phpfpm_up gauge\n"
400
400
"phpfpm_up 1\n"
401
-
"# HELP phpfpm_start_time When FPM has started.\n"
402
-
"# TYPE phpfpm_start_time gauge\n"
403
-
"phpfpm_start_time %lld\n"
404
-
"# HELP phpfpm_start_since_total The number of seconds since FPM has started.\n"
405
-
"# TYPE phpfpm_start_since_total counter\n"
406
-
"phpfpm_start_since_total %lu\n"
407
-
"# HELP phpfpm_accepted_connections_total The number of requests accepted by the pool.\n"
408
-
"# TYPE phpfpm_accepted_connections_total counter\n"
409
-
"phpfpm_accepted_connections_total %lu\n"
401
+
"# HELP phpfpm_start_since The number of seconds since FPM has started.\n"
402
+
"# TYPE phpfpm_start_since counter\n"
403
+
"phpfpm_start_since %lu\n"
404
+
"# HELP phpfpm_accepted_connections The number of requests accepted by the pool.\n"
405
+
"# TYPE phpfpm_accepted_connections counter\n"
406
+
"phpfpm_accepted_connections %lu\n"
410
407
"# HELP phpfpm_listen_queue The number of requests in the queue of pending connections.\n"
411
408
"# TYPE phpfpm_listen_queue gauge\n"
412
409
"phpfpm_listen_queue %d\n"
413
-
"# HELP phpfpm_max_listen_queue_total The maximum number of requests in the queue of pending connections since FPM has started.\n"
414
-
"# TYPE phpfpm_max_listen_queue_total counter\n"
415
-
"phpfpm_max_listen_queue_total %d\n"
410
+
"# HELP phpfpm_max_listen_queue The maximum number of requests in the queue of pending connections since FPM has started.\n"
411
+
"# TYPE phpfpm_max_listen_queue counter\n"
412
+
"phpfpm_max_listen_queue %d\n"
416
413
"# TYPE phpfpm_listen_queue_length gauge\n"
417
414
"# HELP phpfpm_listen_queue_length The size of the socket queue of pending connections.\n"
418
415
"phpfpm_listen_queue_length %u\n"
@@ -425,17 +422,17 @@ int fpm_status_handle_request(void) /* {{{ */
425
422
"# HELP phpfpm_total_processes The number of idle + active processes.\n"
426
423
"# TYPE phpfpm_total_processes gauge\n"
427
424
"phpfpm_total_processes %d\n"
428
-
"# HELP phpfpm_max_active_processes_total The maximum number of active processes since FPM has started.\n"
429
-
"# TYPE phpfpm_max_active_processes_total counter\n"
430
-
"phpfpm_max_active_processes_total %d\n"
431
-
"# HELP phpfpm_max_children_reached_total The number of times, the process limit has been reached, when pm tries to start more children (works only for pm 'dynamic' and 'ondemand').\n"
432
-
"# TYPE phpfpm_max_children_reached_total counter\n"
433
-
"phpfpm_max_children_reached_total %u\n"
434
-
"# HELP phpfpm_slow_requests_total The number of requests that exceeded your 'request_slowlog_timeout' value.\n"
435
-
"# TYPE phpfpm_slow_requests_total counter\n"
436
-
"phpfpm_slow_requests_total %lu\n";
437
-
438
-
is_start_time_str=0;
425
+
"# HELP phpfpm_max_active_processes The maximum number of active processes since FPM has started.\n"
426
+
"# TYPE phpfpm_max_active_processes counter\n"
427
+
"phpfpm_max_active_processes %d\n"
428
+
"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when pm tries to start more children (works only for pm 'dynamic' and 'ondemand').\n"
429
+
"# TYPE phpfpm_max_children_reached counter\n"
430
+
"phpfpm_max_children_reached %u\n"
431
+
"# HELP phpfpm_slow_requests The number of requests that exceeded your 'request_slowlog_timeout' value.\n"
432
+
"# TYPE phpfpm_slow_requests counter\n"
433
+
"phpfpm_slow_requests %lu\n";
434
+
435
+
has_start_time=0;
439
436
if (!full) {
440
437
short_post="";
441
438
} else {
@@ -487,7 +484,7 @@ int fpm_status_handle_request(void) /* {{{ */
"# HELP phpfpm_max_active_processes_total The maximum number of active processes since FPM has started\.\n" .
240
-
"# TYPE phpfpm_max_active_processes_total counter\n" .
241
-
"phpfpm_max_active_processes_total" . $fields['max active processes'] . "\n" .
242
-
"# HELP phpfpm_max_children_reached_total The number of times, the process limit has been reached, when pm tries to start more children \(works only for pm 'dynamic' and 'ondemand'\)\.\n" .
243
-
"# TYPE phpfpm_max_children_reached_total counter\n" .
244
-
"phpfpm_max_children_reached_total" . $fields['max children reached'] . "\n" .
245
-
"# HELP phpfpm_slow_requests_total The number of requests that exceeded your 'request_slowlog_timeout' value\.\n" .
"# HELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.\n" .
237
+
"# TYPE phpfpm_max_active_processes counter\n" .
238
+
"phpfpm_max_active_processes" . $fields['max active processes'] . "\n" .
239
+
"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when pm tries to start more children \(works only for pm 'dynamic' and 'ondemand'\)\.\n" .
240
+
"# TYPE phpfpm_max_children_reached counter\n" .
241
+
"phpfpm_max_children_reached" . $fields['max children reached'] . "\n" .
242
+
"# HELP phpfpm_slow_requests The number of requests that exceeded your 'request_slowlog_timeout' value\.\n" .
0 commit comments