squid 日志详解
-
%>a
-
Client source IP address
-
%>A
-
Client FQDN
-
%>p
-
Client source port
-
%<a
-
Server or peer IP address
-
%<p
-
Server or peer port number
-
%<A
-
Server IP address or peer name
-
%la
-
Local IP address where the request was accepted
-
%lp
-
Local port where the request was accepted
-
%lA
-
Local port name where the request was accepted
-
%ts
-
Date of request, seconds since epoch
-
%{format}tl
-
Date of request, strftime format (localtime)
-
%{format}tg
-
Date of request, strftime format (gmt)
-
%tu
-
Date of request, sub-second component
-
%tr
-
Time to serve the request, in milliseconds
-
%{header}>h
-
Request header
-
%{header:element}>h
-
Named request header field element (list headers)
-
%{header:separator element}>h
-
Named request header field element, using "separator" as field separator (it can be any non-alphanumeric single character)
-
%>h
-
All request header
-
%{header}<h
-
Request headers, as for <..h above
-
%un
-
Authenticated user name or dash
-
%ur
-
Authenticated user realm or dash
-
%us
-
Authenticated user scheme or dash
-
%ui
-
Ident user name
-
%Hs
-
HTTP status code (200, 404, 407, etc)
-
%Ht
-
HTTP status text (Not found, etc)
-
%Ss
-
Squid status code (TCP_HIT, TCP_MISS etc)
-
%Se
-
Squid error code (ERR_DENIED, ERR_...)
-
%Sh
-
Squid hierarchy code (FIRST_UP_PARENT, etc)
-
%mt
-
MIME type of the request
-
%rm
-
Request method
-
%ru
-
Request URL, without the query string
-
%rq
-
Request query string, including ?
-
%rp
-
Request protocol (i.e. HTTP/1.1)
-
%ps
-
Peer selection status (DIRECT, PARENT, CD_PARENT_HIT, etc. including the TIMEDOUT_ variant)
-
%>sl
-
Size of request line
-
%>sh
-
Size of request headers, including request line
-
%>sH
-
Size of request headers, excluding request line
-
%>sb
-
Size of request body, raw received bytes
-
%>sB
-
Size of request body, excluding transfer encoding
-
%>st
-
Total size of request
-
%<sl
-
Size of reply status line
-
%<sh
-
Size of reply headers, including status line
-
%<sH
-
Size of reply headers, excluding status line
-
%<sb
-
Size of reply body, raw transmitted bytes
-
%<sB
-
Size of reply body, excluding transfer encoding
-
%<st
-
Total size of reply
-
%%
-
A literal %
-
-
不記圖片類訪問日志設置
acl nolog urlpath_regex \\.gif \\.jpg \\.css \\.js \\.swf
access_log /data/squid/var/logs/access.log common !nolog
本文轉自神ge 51CTO博客,原文鏈接:http://blog.51cto.com/12218412/1868943
總結
以上是生活随笔為你收集整理的squid 日志详解的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 3周第4次课 df、du命令 fdi
- 下一篇: rsync远程数据同步工具的使用