General number of hits per IP on a web server September 1, 2019 Pramod T P Leave a comment Run the following command cat access.log | awk '{print $1}' | sort -n | uniq -c | sort -rn | head -n 15