Files
MarkdownNotes/View Apache requests per hour.md
2023-04-26 09:27:33 -04:00

250 B

View Apache requests per hour

grep "23/Jan" access.log | cut -d[ -f2 | cut -d] -f1 | awk -F: '{print $2":00"}' | sort -n | uniq -c