Last Updated: February 25, 2016
·
542
· mariorz

show most active agents in user logs

cat /var/log/nginx/access.log | awk '{print $1,  $12,$13,$14,$15}' | sort | uniq -c | sort -n