awk '{print $1}' /wlkj/logs/nginx/music.v14.3dns.com.cn-access.log | sort | uniq -c | wc -l

从nginx日志中统计IP访问人数_nginx统计