惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
小众软件
小众软件
The Cloudflare Blog
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - 叶小钗
月光博客
月光博客
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
Y
Y Combinator Blog
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - 初级编程

大模型的好处 消息中转站 历史朝代表 沙箱-guacamole 这是个神奇的博客 CA证书 记一次性能调优 web系统能力培养计划 金融知识学习 读《华为区块链白皮书》 马未都说收藏:陶瓷篇(8、9)元青花、永宣青花 阿里历年面试试题 回车(CR)换行(LF)的来历及区别 马未都说收藏:陶瓷篇(6、7)宋代八大民窑 马未都说收藏:陶瓷篇-常见瓷器器形分类 马未都说收藏:陶瓷篇(3、4、5)宋瓷-官窑-汝官哥钧定 【转载】Java并发编程:volatile关键字解析 陶瓷相关书籍 kubernetes基础知识:限制POD和容器运行的CPU、内存
Tomcat Access Log 的格式
初级编程 · 2019-12-18 · via 博客园 - 初级编程
名称含义
%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)