eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
364 stars 121 forks source link

Add report about file size #171

Closed edytuk closed 3 years ago

edytuk commented 4 years ago

Add report about file size. It has 7 file size intervals and counts how many hits are in each interval. This allows to see a general view of what size files are requested, for example, the most and the least frequently. This report has been used at CERN for many years. Most of the code was not written by me but by my predecessor.

171 and #172 pull requests can not both be applied cleanly to the same code base since they conflict with each other. One of them will need to have conflicts removed after the other is merged. I will take care of it once one of pull requests is merged.

Bllacky commented 4 years ago

Hi,

Do you mind if you have a look at this issue / request? https://github.com/eldy/awstats/issues/137 It's somewhat related to the ratio of hits / pages, which can be a good indicator if the visit is from a bot or a real human being. My question is if you think implementing such a feature would be helpful and if you know anyone who might want to contribute to it.

Thank you

eldy commented 3 years ago

Can you help me to solve the conflict. Another PR add another text message so adding yours means rest of code don't use the correct index id in message.

edytuk commented 3 years ago

Merge conflicts were solved. Once this PR is merged, I will fix conflicts for #172