4 Commits

Author SHA1 Message Date
Athanasius
2b653733d2 scripts/apache-log-rate: Bug fix & misc.
* Comparison had an off-by one, accidentally including "second before"
  still.
* Print out compiled regex for matching apache lines, in case of custom
  request text usage.
* Output the timestamp at the end of the largest window.  This enables
  easy checking of logs for possible anomalies around then.
* Comment about how apache logs *aren't* actually strictly in
  time-order, but we assume they are.
2022-02-10 19:25:53 +00:00
Athanasius
0414b18f97 scripts/apache-log-rate: Use a deque instead of a list 2022-02-10 16:26:25 +00:00
Athanasius
42129a50ce scripts/apache-log-rate: Attempt to speed up with an array slice 2022-02-10 16:17:49 +00:00
Athanasius
cb1991739e scripts/apache-log-rate: Determine highest message rate from apache logs 2022-02-10 15:46:47 +00:00