I have access_log with lots of stuff. I need to calculate QPS for typical user to make proper limit rate rules. What is the easiest way to understand what is typical request rate in 15min time frame and, say, in 1min for average user (ip or even subnet)? Oneliner? ready-to-use-script?
Thanks