×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Massimo Zappino
Added: Mar 23, 2021 9:51 PM
Views: 4616
Tags: nginx
  1. tail -n 10000 access.log | awk '{print $1}'| sort| uniq -c| sort -nr| head -n 10
  2.