grep getOrgByCondition *default.log-14.log | grep -oE 'remoteAddr=[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | sort | uniq -c| sort -nrk 1
效果如下