Skip to content

misc scripts for analysis

Honghan Wu edited this page Dec 29, 2016 · 2 revisions
zcat -f /var/log/tomcat7/localhost_access_log.2016-12-* | grep /napeasy_api/ | grep -v /napeasy_api/api?key= | grep -v x.x.x.x | awk '{print $1 "\t" $4$5}' > ips.txt
Clone this wiki locally