Lines Matching refs:request

137 ; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
147 ; accepted conn - the number of request accepted by the pool;
148 ; listen queue - the number of request in the queue of pending
198 ; request duration - the duration in µs of the requests;
199 ; request method - the request method (GET, POST, ...);
200 ; request URI - the request URI with the query string;
201 ; content length - the content length of the request (only with POST);
204 ; last request cpu - the %cpu the last request consumed
206 ; because CPU calculation is done when the request
208 ; last request memory - the max amount of memory the last request consumed
210 ; because memory calculation is done when the request
213 ; last request the process has served. Otherwise informations are related to
214 ; the current request being served.
222 ; request duration: 1250261
223 ; request method: GET
224 ; request URI: /test_mem.php?N=10000
228 ; last request cpu: 0.00
229 ; last request memory: 0
252 ; This directive may be used to customize the response of a ping request. The
264 ; %C: %CPU used by the request
269 ; %d: time taken to serve the request
282 ; %l: content-length of the request (for POST request only)
283 ; %m: request method
298 ; %p: PID of the child that serviced the request
299 ; %P: PID of the parent of the child that serviced the request
302 ; %r: the request URI (without the query string, see %q and %Q)
305 ; %t: server time the request was received
310 ; %T: time the log has been written (the request has finished)
325 ; The timeout for serving a single request after which a PHP backtrace will be
335 ; The timeout for serving a single request after which the worker process will