Skip to content

Instantly share code, notes, and snippets.

@Haeniken
Created October 22, 2021 15:51
Show Gist options
  • Save Haeniken/f9e4bf2d63805064d4390e7f6f5884ac to your computer and use it in GitHub Desktop.
Save Haeniken/f9e4bf2d63805064d4390e7f6f5884ac to your computer and use it in GitHub Desktop.
Nginx requests by hours analyser
for i in {12..17}; do echo $i:00 && rg haeniken.com access.log | rg 22/Oct/2021:$i: -c; done
#12:00
#15
#13:00
#12
#14:00
#6
#15:00
#18
#16:00
#20
#17:00
#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment