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

推荐订阅源

D
DataBreaches.Net
有赞技术团队
有赞技术团队
Jina AI
Jina AI
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
美团技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家

博客园 - 初级编程

大模型的好处 消息中转站 历史朝代表 沙箱-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)