Home
last modified time | relevance | path

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

/PHP-7.2/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.c80 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
93 if (idle >= 0) { in fpm_scoreboard_update()
94 scoreboard->idle = idle; in fpm_scoreboard_update()
121 if (scoreboard->idle + idle > 0) { in fpm_scoreboard_update()
122 scoreboard->idle += idle; in fpm_scoreboard_update()
124 scoreboard->idle = 0; in fpm_scoreboard_update()
H A Dfpm_status.h13 int idle; member
24 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
H A Dfpm_process_ctl.c316 int idle = 0; in fpm_pctl_perform_idle_server_maintenance() local
332 idle++; in fpm_pctl_perform_idle_server_maintenance()
355 …fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboa… in fpm_pctl_perform_idle_server_maintenance()
361 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
378 …ildren, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_childr… in fpm_pctl_perform_idle_server_maintenance()
380 if (idle > wp->config->pm_max_spare_servers && last_idle_child) { in fpm_pctl_perform_idle_server_maintenance()
387 if (idle < wp->config->pm_min_spare_servers) { in fpm_pctl_perform_idle_server_maintenance()
399 …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()
403 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.h56 int idle; member
73 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_status.c108 if (scoreboard.idle < 0 || scoreboard.active < 0) { in fpm_status_handle_request()
371 scoreboard.idle, in fpm_status_handle_request()
373 scoreboard.idle + scoreboard.active, in fpm_status_handle_request()
/PHP-7.2/sapi/fpm/tests/
H A Dstatus-basic.phpt25 'idle processes' => 0,
H A Dstatus.inc31 'idle processes' => '\d+',
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in87 ; pm.min_spare_servers - the minimum number of children in 'idle'
89 ; of 'idle' processes is less than this
91 ; pm.max_spare_servers - the maximum number of children in 'idle'
93 ; of 'idle' processes is greater than this
100 ; an idle process will be killed.
120 ; The desired minimum number of idle server processes.
125 ; The desired maximum number of idle server processes.
130 ; The number of seconds after which an idle process will be killed.
153 ; idle processes - the number of idle processes;
155 ; total processes - the number of idle + active processes;
[all …]
/PHP-7.2/sapi/litespeed/
H A DREADME.md161 In Self Managed Mode, LSAPI_MAX_IDLE controls how long a idle child
163 releasing system resources taken by idle processes.
169 In Self Managed Mode, LSAI_MAX_IDLE_CHILDREN controls how many idle
170 children processes are allowed. Excessive idle children processes
190 This option help releasing system resources taken by an idle parent
H A Dlsapilib.c2986 int idle = 0; in lsapi_check_child_status() local
3003 || idle > g_prefork_server->m_iMaxIdleChildren) in lsapi_check_child_status()
3018 ++idle; in lsapi_check_child_status()
3062 g_prefork_server->m_iCurChildren, count, idle, dying ); in lsapi_check_child_status()
/PHP-7.2/
H A Dphp.ini-development1255 ; maintain an idle persistent connection. Using -1 means idle
H A Dphp.ini-production1257 ; maintain an idle persistent connection. Using -1 means idle
H A DINSTALL348 "idle-timeout" => 20
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic11892 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
11893 >>>>>>&16 ubelong ^1 \b, not locked if idle
H A Dmagic私はガラスを食べられます11892 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
11893 >>>>>>&16 ubelong ^1 \b, not locked if idle

Completed in 148 milliseconds