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
253 ; This directive may be used to customize the response of a ping request. The
265 ; %C: %CPU used by the request
270 ; %d: time taken to serve the request
283 ; %l: content-length of the request (for POST request only)
284 ; %m: request method
299 ; %p: PID of the child that serviced the request
300 ; %P: PID of the parent of the child that serviced the request
303 ; %r: the request URI (without the query string, see %q and %Q)
306 ; %t: server time the request was received
311 ; %T: time the log has been written (the request has finished)
326 ; The timeout for serving a single request after which a PHP backtrace will be
336 ; The timeout for serving a single request after which the worker process will