I would like to get hourly statistics about the http status codes which were returned by the apache web server.
One solution would be to analyze the http log file.
But this is a moving target.
It gets longer during reading it, and from time to time it gets rotated.
I am unsure.
Maybe there is a more modern way to get hourly http status code statistics?
With statistics I mean: Number of status codes returned in one hour.
For example:
- 200: 1200 times
- 404: 200 times
- 500: 3 times
- ...
Please leave a comment why you down-vote this question.