> Linux服务器 > apache >

分析apache日志,统计访问量

cat nondomain_access_log.20090722 |awk '{print $1}'| sort | uniq -c |sort -nr



(责任编辑:IT)