Lines Matching refs:request

254 ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
264 ; accepted conn - the number of request accepted by the pool;
265 ; listen queue - the number of request in the queue of pending
315 ; request duration - the duration in µs of the requests;
316 ; request method - the request method (GET, POST, ...);
317 ; request URI - the request URI with the query string;
318 ; content length - the content length of the request (only with POST);
321 ; last request cpu - the %cpu the last request consumed
323 ; because CPU calculation is done when the request
325 ; last request memory - the max amount of memory the last request consumed
327 ; because memory calculation is done when the request
330 ; last request the process has served. Otherwise informations are related to
331 ; the current request being served.
339 ; request duration: 1250261
340 ; request method: GET
341 ; request URI: /test_mem.php?N=10000
345 ; last request cpu: 0.00
346 ; last request memory: 0
369 ; This directive may be used to customize the response of a ping request. The
381 ; %C: %CPU used by the request
386 ; %d: time taken to serve the request
399 ; %l: content-length of the request (for POST request only)
400 ; %m: request method
415 ; %p: PID of the child that serviced the request
416 ; %P: PID of the parent of the child that serviced the request
419 ; %r: the request URI (without the query string, see %q and %Q)
422 ; %t: server time the request was received
425 ; %T: time the log has been written (the request has finished)
438 ; The timeout for serving a single request after which a PHP backtrace will be
444 ; The timeout for serving a single request after which the worker process will