Lines Matching refs:number

90 ; Choose how the process manager will control the number of child processes.
92 ; static - a fixed number (pm.max_children) of child processes;
93 ; dynamic - the number of child processes are set dynamically based on the
96 ; pm.max_children - the maximum number of children that can
98 ; pm.start_servers - the number of children created on startup.
99 ; pm.min_spare_servers - the minimum number of children in 'idle'
100 ; state (waiting to process). If the number
102 ; number then some children will be created.
103 ; pm.max_spare_servers - the maximum number of children in 'idle'
104 ; state (waiting to process). If the number
106 ; number then some children will be killed.
107 ; pm.max_spawn_rate - the maximum number of rate to spawn child
111 ; pm.max_children - the maximum number of children that
113 ; pm.process_idle_timeout - The number of seconds after which
118 ; The number of child processes to be created when pm is set to 'static' and the
119 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
120 ; This value sets the limit on the number of simultaneous requests that will be
129 ; The number of child processes created on startup.
134 ; The desired minimum number of idle server processes.
139 ; The desired maximum number of idle server processes.
144 ; The number of rate to spawn child processes at once.
150 ; The number of seconds after which an idle process will be killed.
155 ; The number of requests each child process should execute before respawning.
166 ; start since - number of seconds since FPM has started;
167 ; accepted conn - the number of request accepted by the pool;
168 ; listen queue - the number of request in the queue of pending
170 ; max listen queue - the maximum number of requests in the queue
173 ; idle processes - the number of idle processes;
174 ; active processes - the number of active processes;
175 ; total processes - the number of idle + active processes;
176 ; max active processes - the maximum number of active processes since FPM
178 ; max children reached - number of times, the process limit has been reached,
216 ; start since - the number of seconds since the process has started;
217 ; requests - the number of requests the process has served;