diff --git a/install/fpm/configuration.xml b/install/fpm/configuration.xml index a9c144c54aeb..87ade34cb21a 100644 --- a/install/fpm/configuration.xml +++ b/install/fpm/configuration.xml @@ -803,117 +803,157 @@ + + + %% + + The % character + %C - %CPU + + %CPU used by the request. It can accept the following format: + %{user}C for user CPU only, + %{system}C for system CPU only, + %{total}C for user + system CPU (default) + %d - duration. accepts following formats for precision: + Time taken to serve the request. It can accept the following formats for precision: %{seconds}d (default), %{milliseconds}d, - %{microseconds}d. + %{microseconds}d - %e + %{name}e + + + A variable from the server environment (same as $_ENV or $_SERVER). + A variable name must be specified within curly brackets. + For example: server specifics like: %{REQUEST_METHOD}e or + %{SERVER_PROTOCOL}e, HTTP headers like: + %{HTTP_HOST}e or %{HTTP_USER_AGENT}e - fastcgi env %f - script + Script filename %l - content length + + Content-Length of the request (for HTTP POST request only) + %m - method + Request HTTP method %M - memory + + Peak of memory allocated by PHP. It can accept the following format: + %{bytes}M (default), %{kilobytes}M + %{kilo}M, %{megabytes}M, + %{mega}M + %n - pool name + Pool name - %o + %{name}o + + + Output header. The header name must be specified within curly brackets. + For example: %{Content-Type}o, + %{X-Powered-By}o, %{Transfer-Encoding}o - header output %p - PID + PID of the child that serviced the request + + + + %P + + PID of the parent of the child that serviced the request %q - query string + The query string %Q - the glue between %q and %r + + The '?' character, or glue between %q and %r, + if query string exists + %r - request URI + + The request URI (without the query string, + see %q and %Q) + %R - remote IP address + Remote IP address %s - status + Status (response code) - %T + %t - time + Server time the request was received - %t + %T - time + Time the log has been written (the request has finished) %u - remote user + Remote user