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
190 ; Choose how the process manager will control the number of child processes.
192 ; static - a fixed number (pm.max_children) of child processes;
193 ; dynamic - the number of child processes are set dynamically based on the
196 ; pm.max_children - the maximum number of children that can
198 ; pm.start_servers - the number of children created on startup.
199 ; pm.min_spare_servers - the minimum number of children in 'idle'
200 ; state (waiting to process). If the number
202 ; number then some children will be created.
203 ; pm.max_spare_servers - the maximum number of children in 'idle'
204 ; state (waiting to process). If the number
206 ; number then some children will be killed.
209 ; pm.max_children - the maximum number of children that
211 ; pm.process_idle_timeout - The number of seconds after which
216 ; The number of child processes to be created when pm is set to 'static' and the
217 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
218 ; This value sets the limit on the number of simultaneous requests that will be
227 ; The number of child processes created on startup.
232 ; The desired minimum number of idle server processes.
237 ; The desired maximum number of idle server processes.
242 ; The number of seconds after which an idle process will be killed.
247 ; The number of requests each child process should execute before respawning.
258 ; start since - number of seconds since FPM has started;
259 ; accepted conn - the number of request accepted by the pool;
260 ; listen queue - the number of request in the queue of pending
262 ; max listen queue - the maximum number of requests in the queue
265 ; idle processes - the number of idle processes;
266 ; active processes - the number of active processes;
267 ; total processes - the number of idle + active processes;
268 ; max active processes - the maximum number of active processes since FPM
270 ; max children reached - number of times, the process limit has been reached,
308 ; start since - the number of seconds since the process has started;
309 ; requests - the number of requests the process has served;