野兔谷日志寶是個免費(fèi)的網(wǎng)站日志文件分析工具,有了它你可方便的對日志文件進(jìn)行提取、分析和形成報告。軟件支持Apche,Nginx,Tengine,IIS的網(wǎng)站日志文件。具體支持的日志格式可以查看使用幫助。
【功能說明】
1、它可以從日志文件中按行提取日志,并對提取的日志按組進(jìn)行管理。
2、提取后得到的日志可以方便地按條件進(jìn)行篩選,用于找到目標(biāo)日志,幫助你更快地定位網(wǎng)站問題。
3、軟件同時支持Sql語句,對日志的篩選可以更加靈活。
4、日志分析報告提供了概況,安全異常,流量趨勢,蜘蛛爬蟲,受訪頁面等信息,可以讓你更全面掌握網(wǎng)站的情況。
使用方法
支持的日志類型
Apche,Nginx,Tengine,IIS
支持的日志格式
Apache:
1,%h %l %u %t \"%r\" %>s %b
2,%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"
3,%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" \"%{X-Forwarded-For}i\" %D
%h 可以換成%{X-Real-IP}i
Nginx,Tengine:
1,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent;
2,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent";
3,$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for" $request_time;
IIS:
默認(rèn)的勾選字段就可以分析,但是為了能獲得更多有用信息,推薦勾選以下字段:
date time cs-method cs-uri-stem cs-uri-query s-port c-ip cs(User-Agent) sc-status time-taken sc-bytes cs(referer)