Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_systemd.c19 int active=0, idle=0; in fpm_systemd() local
25 idle += wp->scoreboard->idle; in fpm_systemd()
40 …active, idle, requests, slow_req, ((float)requests - last) * 1000.0 / fpm_global_config.systemd_in… in fpm_systemd()
H A Dfpm_scoreboard.c72 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
85 if (idle >= 0) { in fpm_scoreboard_update()
86 scoreboard->idle = idle; in fpm_scoreboard_update()
113 if (scoreboard->idle + idle > 0) { in fpm_scoreboard_update()
114 scoreboard->idle += idle; in fpm_scoreboard_update()
116 scoreboard->idle = 0; in fpm_scoreboard_update()
H A Dfpm_status.h12 int idle; member
23 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
H A Dfpm_process_ctl.c320 int idle = 0; in fpm_pctl_perform_idle_server_maintenance() local
336 idle++; in fpm_pctl_perform_idle_server_maintenance()
359 …fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboa… in fpm_pctl_perform_idle_server_maintenance()
365 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
382 …ildren, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_childr… in fpm_pctl_perform_idle_server_maintenance()
384 if (idle > wp->config->pm_max_spare_servers && last_idle_child) { in fpm_pctl_perform_idle_server_maintenance()
391 if (idle < wp->config->pm_min_spare_servers) { in fpm_pctl_perform_idle_server_maintenance()
403 …e %d idle, and %d total children", wp->config->name, wp->idle_spawn_rate, idle, wp->running_childr… in fpm_pctl_perform_idle_server_maintenance()
407 children_to_fork = MIN(wp->idle_spawn_rate, wp->config->pm_min_spare_servers - idle); in fpm_pctl_perform_idle_server_maintenance()
H A Dfpm_scoreboard.h55 int idle; member
72 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_status.c93 add_assoc_long(status, "idle-processes", scoreboard.idle); in fpm_status_export_to_zval()
95 add_assoc_long(status, "total-processes", scoreboard.idle + scoreboard.active); in fpm_status_export_to_zval()
204 if (scoreboard.idle < 0 || scoreboard.active < 0) { in fpm_status_handle_request()
467 scoreboard.idle, in fpm_status_handle_request()
469 scoreboard.idle + scoreboard.active, in fpm_status_handle_request()
/PHP-7.4/sapi/fpm/tests/
H A Dstatus-basic.phpt25 'idle processes' => 0,
H A Dproc-idle-timeout.phpt37 // wait for process idle timeout
H A Dfpm_get_status_basic.phpt59 ["idle-processes"]=>
H A Dstatus.inc31 'idle processes' => '\d+',
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in88 ; pm.min_spare_servers - the minimum number of children in 'idle'
90 ; of 'idle' processes is less than this
92 ; pm.max_spare_servers - the maximum number of children in 'idle'
94 ; of 'idle' processes is greater than this
101 ; an idle process will be killed.
121 ; The desired minimum number of idle server processes.
126 ; The desired maximum number of idle server processes.
131 ; The number of seconds after which an idle process will be killed.
154 ; idle processes - the number of idle processes;
156 ; total processes - the number of idle + active processes;
[all …]
/PHP-7.4/sapi/litespeed/
H A DREADME.md155 In Self Managed Mode, LSAPI_MAX_IDLE controls how long a idle child process
157 resources taken by idle processes.
162 In Self Managed Mode, `LSAI_MAX_IDLE_CHILDREN` controls how many idle children
163 processes are allowed. Excessive idle children processes will be killed by the
180 helps releasing system resources taken by an idle parent process.
H A Dlsapilib.c3009 int idle = 0; in lsapi_check_child_status() local
3025 || idle > g_prefork_server->m_iMaxIdleChildren) in lsapi_check_child_status()
3040 ++idle; in lsapi_check_child_status()
3084 g_prefork_server->m_iCurChildren, count, idle, dying ); in lsapi_check_child_status()
/PHP-7.4/
H A Dphp.ini-development1233 ; maintain an idle persistent connection. Using -1 means idle
H A Dphp.ini-production1233 ; maintain an idle persistent connection. Using -1 means idle
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13837 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
13838 >>>>>>&16 ubelong ^1 \b, not locked if idle
H A Dmagic13837 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
13838 >>>>>>&16 ubelong ^1 \b, not locked if idle

Completed in 168 milliseconds