wiki:awk_commands
Table of Contents
awk commands
Show how many requests per minute the server received
cat /var/log/nginx/access.log | awk -F ':' '{print $2":"$3}' | sort | uniq -c
Tested on
- Debian 10
- nginx
See also
References
wiki/awk_commands.txt · Last modified: 2021/10/27 09:15 by antisa