Lines Matching refs:number

52 ; If this number of child processes exit with SIGSEGV or SIGBUS within the time
72 ; The maximum number of processes FPM will fork. This has been design to control
73 ; the global number of processes when using dynamic PM within a lot of pools.
124 ; used in logs and stats. There is no limitation on the number of pools which
195 ; Choose how the process manager will control the number of child processes.
197 ; static - a fixed number (pm.max_children) of child processes;
198 ; dynamic - the number of child processes are set dynamically based on the
201 ; pm.max_children - the maximum number of children that can
203 ; pm.start_servers - the number of children created on startup.
204 ; pm.min_spare_servers - the minimum number of children in 'idle'
205 ; state (waiting to process). If the number
207 ; number then some children will be created.
208 ; pm.max_spare_servers - the maximum number of children in 'idle'
209 ; state (waiting to process). If the number
211 ; number then some children will be killed.
214 ; pm.max_children - the maximum number of children that
216 ; pm.process_idle_timeout - The number of seconds after which
221 ; The number of child processes to be created when pm is set to 'static' and the
222 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
223 ; This value sets the limit on the number of simultaneous requests that will be
232 ; The number of child processes created on startup.
237 ; The desired minimum number of idle server processes.
242 ; The desired maximum number of idle server processes.
247 ; The number of seconds after which an idle process will be killed.
252 ; The number of requests each child process should execute before respawning.
263 ; start since - number of seconds since FPM has started;
264 ; accepted conn - the number of request accepted by the pool;
265 ; listen queue - the number of request in the queue of pending
267 ; max listen queue - the maximum number of requests in the queue
270 ; idle processes - the number of idle processes;
271 ; active processes - the number of active processes;
272 ; total processes - the number of idle + active processes;
273 ; max active processes - the maximum number of active processes since FPM
275 ; max children reached - number of times, the process limit has been reached,
313 ; start since - the number of seconds since the process has started;
314 ; requests - the number of requests the process has served;