Lines Matching refs:request

138 ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
148 ; accepted conn - the number of request accepted by the pool;
149 ; listen queue - the number of request in the queue of pending
199 ; request duration - the duration in µs of the requests;
200 ; request method - the request method (GET, POST, ...);
201 ; request URI - the request URI with the query string;
202 ; content length - the content length of the request (only with POST);
205 ; last request cpu - the %cpu the last request consumed
207 ; because CPU calculation is done when the request
209 ; last request memory - the max amount of memory the last request consumed
211 ; because memory calculation is done when the request
214 ; last request the process has served. Otherwise informations are related to
215 ; the current request being served.
223 ; request duration: 1250261
224 ; request method: GET
225 ; request URI: /test_mem.php?N=10000
229 ; last request cpu: 0.00
230 ; last request memory: 0
241 ; The address on which to accept FastCGI status request. This creates a new
269 ; This directive may be used to customize the response of a ping request. The
281 ; %C: %CPU used by the request
286 ; %d: time taken to serve the request
299 ; %l: content-length of the request (for POST request only)
300 ; %m: request method
315 ; %p: PID of the child that serviced the request
316 ; %P: PID of the parent of the child that serviced the request
319 ; %r: the request URI (without the query string, see %q and %Q)
322 ; %t: server time the request was received
327 ; %T: time the log has been written (the request has finished)
342 ; The timeout for serving a single request after which a PHP backtrace will be
352 ; The timeout for serving a single request after which the worker process will