2010年7月25日 星期日

分析httpd的accesslog排列出访问前10的ip地址

日志格式:
192.168.10.234 - - [24/Sep/2009:10:35:58 +0800] "GET /svnroot/platform/branches/1.0sp1/operator HTTP/1.1" 401 470 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; MAXTHON 2.0)"

命令:
cat svn_access.log |awk '{print $1}'|sort|uniq -c|sort -nr|head -n 10

摘自:http://dev.firnow.com/course/6_system/linux/Linuxjs/20090925/177116.html

沒有留言:

wibiya widget