名称 含义
%a Remote IP address
%A Local IP address
%b Bytes sent, excluding HTTP headers, or ‘-‘ if zero
%B Bytes sent, excluding HTTP headers
%h Remote host name (or IP address if enableLookups for the connector is false)
%H Request protocol
%l Remote logical username from identd (always returns ‘-‘)
%m Request method (GET, POST, etc.)
%p Local port on which this request was received
%q Query string (prepended with a ‘?’ if it exists)
%r First line of the request (method and request URI)
%s HTTP status code of the response
%S User session ID
%t Date and time, in Common Log Format
%u Remote user that was authenticated (if any), else ‘-‘
%U Requested URL path
%v Local server name
%D Time taken to process the request, in millis
%T Time taken to process the request, in seconds
%F Time taken to commit the response, in millis
%I Current request thread name (can compare later with stacktraces)

相关文章:

  • 2021-10-31
  • 2021-11-22
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-10-07
  • 2022-03-09
  • 2022-12-23
猜你喜欢
  • 2021-11-08
  • 2022-01-06
  • 2021-07-15
  • 2021-08-23
  • 2021-12-21
  • 2021-07-28
  • 2022-12-23
相关资源
相似解决方案