zoukankan      html  css  js  c++  java
  • Tomcat Access Log 的格式

    名称含义
    %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)
  • 相关阅读:
    Document
    Document
    Document
    2.原型和原型链的关系以及查找顺序
    1.面向对象 及 相关知识点
    时间对象 <-> 定时器 <-> 电子时钟 <-> 倒计时效果
    定时器
    let var const 的区别
    ES6 中块的概念
    js中的闭包
  • 原文地址:https://www.cnblogs.com/yaochc/p/12063708.html
Copyright © 2011-2022 走看看