Lines Matching refs:request

152 ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
162 ; accepted conn - the number of request accepted by the pool;
163 ; listen queue - the number of request in the queue of pending
213 ; request duration - the duration in µs of the requests;
214 ; request method - the request method (GET, POST, ...);
215 ; request URI - the request URI with the query string;
216 ; content length - the content length of the request (only with POST);
219 ; last request cpu - the %cpu the last request consumed
221 ; because CPU calculation is done when the request
223 ; last request memory - the max amount of memory the last request consumed
225 ; because memory calculation is done when the request
228 ; last request the process has served. Otherwise informations are related to
229 ; the current request being served.
237 ; request duration: 1250261
238 ; request method: GET
239 ; request URI: /test_mem.php?N=10000
243 ; last request cpu: 0.00
244 ; last request memory: 0
255 ; The address on which to accept FastCGI status request. This creates a new
283 ; This directive may be used to customize the response of a ping request. The
295 ; %C: %CPU used by the request
300 ; %d: time taken to serve the request
313 ; %l: content-length of the request (for POST request only)
314 ; %m: request method
329 ; %p: PID of the child that serviced the request
330 ; %P: PID of the parent of the child that serviced the request
333 ; %r: the request URI (without the query string, see %q and %Q)
336 ; %t: server time the request was received
341 ; %T: time the log has been written (the request has finished)
356 ; The timeout for serving a single request after which a PHP backtrace will be
366 ; The timeout for serving a single request after which the worker process will