日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Apache的Access.log分析总结

發(fā)布時間:2025/3/17 编程问答 22 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Apache的Access.log分析总结 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
Apache的Access.log分析總結(jié)

#查看80端口的tcp連接?

#netstat -tan | grep "ESTABLISHED" | grep ":80" | wc -l?

1?

#當(dāng)前WEB服務(wù)器中聯(lián)接次數(shù)最多的ip地址:?

#netstat -ntu |awk '{print $5}' |sort | uniq -c| sort -n -r?


231 ::ffff:127.0.0.1:8095?

23 ::ffff:192.168.50.201:5432?

2 ::ffff:192.168.50.203:80?

1 servers)?

1 ::ffff:192.168.50.56:43314?

1 ::ffff:192.168.50.21:2996?

1 ::ffff:192.168.50.21:2989?

1 ::ffff:192.168.50.200:8060?

1 ::ffff:192.168.50.12:1300?

1 ::ffff:192.168.50.12:1299?

1 ::ffff:192.168.50.12:1298?

1 ::ffff:127.0.0.1:57933?

1 Address?

1 192.168.50.41:65310?

1 192.168.50.41:64949?

1 192.168.50.41:49653?

#查看日志中訪問次數(shù)最多的前10個IP?

#cat access_log |cut -d ' ' -f 1 |sort |uniq -c | sort -nr | awk '{print $0 }' | head -n 10 |less?


14085 121.207.252.122?

13753 218.66.36.119?

11069 220.162.237.6?

1188 59.63.158.118?

1025 ::1?

728 220.231.141.28?

655 114.80.126.139?

397 117.25.55.100?

374 222.76.112.211?

348 120.6.214.70?


#查看日志中出現(xiàn)100次以上的IP?

#cat access_log |cut -d ' ' -f 1 |sort |uniq -c | awk '{if ($1 > 100) print $0}'|sort -nr |less?



14085 121.207.252.122?

13753 218.66.36.119?

11069 220.162.237.6?

1188 59.63.158.118?

1025 ::1?

728 220.231.141.28?

655 114.80.126.139?

397 117.25.55.100?

374 222.76.112.211?

348 120.6.214.70?

252 58.211.82.150?

252 159.226.126.21?

206 121.204.57.94?

192 59.61.111.58?

186 218.85.73.40?

145 221.231.139.30?

134 121.14.148.220?

123 222.246.128.220?

122 61.147.123.46?

119 121.204.105.58?

107 116.9.75.237?

105 118.123.5.173?

#查看最近訪問量最高的文件?

#cat access_log |tail -10000|awk '{print $7}'|sort|uniq -c|sort -nr|less?


8729 /server-status?auto?

618 /?

15 /favicon.ico?

12 /manager/html?

10 *?

9 /top/icons.gif?

8 /www.766.com/awstats.www.766.com.html?

8 /awstatsicons/other/vv.png?

8 /awstatsicons/other/vu.png?

8 /awstatsicons/other/vp.png?

8 /awstatsicons/other/vk.png?

8 /awstatsicons/other/vh.png?

8 /awstatsicons/other/hx.png?

8 /awstatsicons/other/hp.png?

8 /awstatsicons/other/hk.png?

8 /awstatsicons/other/hh.png?

8 /awstatsicons/other/he.png?

8 /awstatsicons/other/awstats_logo6.png?

8 /awstatsicons/os/win.png?

8 /awstatsicons/os/unknown.png?

8 /awstatsicons/os/unix.png?

8 /awstatsicons/os/symbian.png?

8 /awstatsicons/os/psp.png?

#查看最近訪問量最高的頁面(.png)?

#cat access_log |awk '{print $7}'|grep '.png'|sort|uniq -c|sort -nr |head -n 10?

241 /awstatsicons/other/awstats_logo6.png?

227 /awstatsicons/clock/hr12.png?

226 /awstatsicons/other/vv.png?

226 /awstatsicons/other/vu.png?

226 /awstatsicons/other/vp.png?

226 /awstatsicons/other/vk.png?

226 /awstatsicons/other/vh.png?

226 /awstatsicons/clock/hr9.png?

226 /awstatsicons/clock/hr8.png?

226 /awstatsicons/clock/hr7.png?



#查看日志中訪問超過100次的頁面?

#cat access_log | cut -d ' ' -f 7 | sort |uniq -c | awk '{if ($1 > 100) print $0}' | less?


20107 /?

1027 *?

215 /awstatsicons/browser/chrome.png?

215 /awstatsicons/browser/firefox.png?

136 /awstatsicons/browser/mozilla.png?

216 /awstatsicons/browser/msie.png?

201 /awstatsicons/browser/netscape.png?

123 /awstatsicons/browser/notavailable.png?

214 /awstatsicons/browser/opera.png?

215 /awstatsicons/browser/pdaphone.png?

214 /awstatsicons/browser/safari.png?

215 /awstatsicons/browser/unknown.png?

226 /awstatsicons/clock/hr10.png?

226 /awstatsicons/clock/hr11.png?

227 /awstatsicons/clock/hr12.png?

225 /awstatsicons/clock/hr1.png?

226 /awstatsicons/clock/hr2.png?

226 /awstatsicons/clock/hr3.png?

226 /awstatsicons/clock/hr4.png?

226 /awstatsicons/clock/hr5.png?

226 /awstatsicons/clock/hr6.png?

226 /awstatsicons/clock/hr7.png?

226 /awstatsicons/clock/hr8.png?

#access_log昨天一天的點擊量(clicks);?

cat access_log|grep '12/Nov/2009'|grep "******.jsp"|wc|awk '{print $1}'|uniq?


0?

#昨天訪問網(wǎng)站的獨立IP有多少;?


cat access_log|grep '12/Aug/2009'|grep "******"|wc|awk '{print $1}'|uniq?

194?


#統(tǒng)計某url,一天的訪問次數(shù)?

#cat access_log|grep '12/Aug/2009'|grep '/images/index/e1.gif'|wc|awk '{print $1}'?

2?

#拉出前五天的訪問次數(shù)最多的網(wǎng)頁前20名清單;進行五天日志對比,找出排名靠前重復(fù)的網(wǎng)頁,即可得出本周訪問量最大的前幾個網(wǎng)頁;?

#cat access_log|awk '{print $7}'|uniq -c |sort -n -r|head -20?


10519 /?

654 /manager/html?

450 /manager/html?

397 /?

368 /manager/html?

304 /?

280 /manager/html?

279 /?

263 /manager/html?

252 /manager/html?

252 /manager/html?

226 /?

220 /?

193 /?

187 /?

180 /?

167 /?

166 /?

134 /?

129 /?

#從日志里查看該ip在干嘛:?

#cat access_log | grep 218.66.36.119| awk '{print $1"\t"$7}' | sort | uniq -c | sort -nr | less?


243 218.66.36.119 /?

210 218.66.36.119 /awstatsicons/other/awstats_logo6.png?

198 218.66.36.119 /awstatsicons/clock/hr12.png?

197 218.66.36.119 /awstatsicons/other/vv.png?

197 218.66.36.119 /awstatsicons/other/vu.png?

197 218.66.36.119 /awstatsicons/other/vp.png?

197 218.66.36.119 /awstatsicons/other/vk.png?

197 218.66.36.119 /awstatsicons/other/vh.png?

197 218.66.36.119 /awstatsicons/clock/hr9.png?

197 218.66.36.119 /awstatsicons/clock/hr8.png?

197 218.66.36.119 /awstatsicons/clock/hr7.png?

197 218.66.36.119 /awstatsicons/clock/hr6.png?

197 218.66.36.119 /awstatsicons/clock/hr5.png?

197 218.66.36.119 /awstatsicons/clock/hr4.png?

197 218.66.36.119 /awstatsicons/clock/hr3.png?

197 218.66.36.119 /awstatsicons/clock/hr2.png?

197 218.66.36.119 /awstatsicons/clock/hr1.png?

197 218.66.36.119 /awstatsicons/clock/hr11.png?

#列出傳輸時間超過 30 秒的文件?

#cat access_log|awk ‘($NF > 30){print $7}’|sort -n|uniq -c|sort -nr|head -20?

14058 /server-status?auto?

8966 /?

3955 /manager/html?

1025 *?

214 /www.766.com/awstats.www.766.com.html?

211 /awstatsicons/other/awstats_logo6.png?

199 /awstatsicons/clock/hr12.png?

198 /awstatsicons/other/vv.png?

198 /awstatsicons/other/vu.png?

198 /awstatsicons/other/vp.png?

198 /awstatsicons/other/vk.png?

198 /awstatsicons/other/vh.png?

198 /awstatsicons/clock/hr9.png?

198 /awstatsicons/clock/hr8.png?

198 /awstatsicons/clock/hr7.png?

198 /awstatsicons/clock/hr6.png?

198 /awstatsicons/clock/hr5.png?

198 /awstatsicons/clock/hr4.png?

198 /awstatsicons/clock/hr3.png?

198 /awstatsicons/clock/hr2.png?

#列出最最耗時的頁面(超過60秒的)的以及對應(yīng)頁面發(fā)生次數(shù)?

#cat access_log |awk ‘($NF > 60 && $7~/\.php/){print $7}’|sort -n|uniq -c|sort -nr|head -100?

posted on 2012-06-25 14:34 wnguh 閱讀(...) 評論(...) 編輯 收藏

轉(zhuǎn)載于:https://www.cnblogs.com/591wed/archive/2012/06/25/2561226.html

總結(jié)

以上是生活随笔為你收集整理的Apache的Access.log分析总结的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。