本文介绍负载均衡7层访问日志的字段详情。
字段 | 说明 |
body_bytes_sent | 发送给客户端的http body的字节数。 |
client_ip | 请求客户端IP地址。 |
client_port | 请求客户端端口。 |
host | 优先从请求参数中获取host,如果获取不到则从host header取值,如果还是获取不到则以处理请求的后端服务器IP地址作为host。 |
http_host | 请求报文host header的内容。 |
http_referer | 负载均衡收到的请求报文中HTTP的referer header的内容。 |
http_user_agent | 负载均衡收到的请求报文中http_user_agent header的内容。 |
http_x_forwarded_for | 负载均衡收到的请求报文中x-forwarded-for header的内容。 |
http_x_real_ip | 客户端真实的IP地址。 |
read_request_time | 负载均衡读取请求的时间,单位:毫秒。 |
request_length | 请求报文的长度,包括startline、http header和http body。 |
request_method | 请求报文的方法。 |
request_time | 负载均衡收到第一个请求报文的时间到SLB返回应答之间的间隔时间,单位:秒。 |
request_uri | 负载均衡收到的请求报文的URI。 |
scheme | 请求的scheme,包括http、https。 |
server_protocol | 负载均衡收到的HTTP协议的版本,例如HTTP/1.0或HTTP/1.1。 |
slb_vport | 负载均衡的监听端口。 |
slbid | 负载均衡实例ID。 |
ssl_cipher | 建立SSL连接使用的密码,例如ECDHE-RSA-AES128-GCM-SHA256等。 |
ssl_protocol | 建立SSL连接使用的协议,例如TLSv1.2。 |
status | 负载均衡应答报文的状态。 |
tcpinfo_rtt | 客户端TCP连接时间,单位:微秒。 |
time | 日志记录时间。 |
upstream_addr | 后端服务器的IP地址和端口。 |
upstream_response_time | 从与后端建立连接开始到接受完数据然后关闭连接为止的时间,单位:秒。 |
upstream_status | 负载均衡收到的后端服务器的响应状态码。 |
vip_addr | 虚拟IP地址。 |
write_response_time | 负载均衡写的响应时间,单位:毫秒。 |