wiki:nginx_log_parsing
This is an old revision of the document!
Table of Contents
nginx log parsing
Get number of request per second by country:
cat /var/log/nginx/access.log | awk '{print $4}' | uniq -c | sort -rn | head
Tested on
See also
References
wiki/nginx_log_parsing.1649846881.txt.gz · Last modified: 2022/04/13 10:48 by antisa