Lines Matching refs:number

78 ; Choose how the process manager will control the number of child processes.
80 ; static - a fixed number (pm.max_children) of child processes;
81 ; dynamic - the number of child processes are set dynamically based on the
84 ; pm.max_children - the maximum number of children that can
86 ; pm.start_servers - the number of children created on startup.
87 ; pm.min_spare_servers - the minimum number of children in 'idle'
88 ; state (waiting to process). If the number
90 ; number then some children will be created.
91 ; pm.max_spare_servers - the maximum number of children in 'idle'
92 ; state (waiting to process). If the number
94 ; number then some children will be killed.
97 ; pm.max_children - the maximum number of children that
99 ; pm.process_idle_timeout - The number of seconds after which
104 ; The number of child processes to be created when pm is set to 'static' and the
105 ; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
106 ; This value sets the limit on the number of simultaneous requests that will be
115 ; The number of child processes created on startup.
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.
135 ; The number of requests each child process should execute before respawning.
146 ; start since - number of seconds since FPM has started;
147 ; accepted conn - the number of request accepted by the pool;
148 ; listen queue - the number of request in the queue of pending
150 ; max listen queue - the maximum number of requests in the queue
153 ; idle processes - the number of idle processes;
154 ; active processes - the number of active processes;
155 ; total processes - the number of idle + active processes;
156 ; max active processes - the maximum number of active processes since FPM
158 ; max children reached - number of times, the process limit has been reached,
196 ; start since - the number of seconds since the process has started;
197 ; requests - the number of requests the process has served;