-
Analog www.analog.cx
-
Report Magic for Analog www.reportmagic.org
-
WebStats for Analog & Report Magic patsplanet.com/software/webstats
-
AWStats awstats.sourceforge.net
-
Webalizer www.mrunix.net/webalizer
-
WUsage www.boutell.com/wusage/ (Free Trial, has cost)
Web Site Log Analysis options
Related Posts
VillageSQL Extensions with versioning
VillageSQL has just released it’s latest version 0.0.5 , describing this as stable release for installations with full MySQL 8.4.10 compatibility. With my primary work around extensions, specifically vsql-statistics , I took the new versioning features for a test.
Read moreProducing IQR and Outlier statistics with SQL
The interquartile range (IQR) measures the spread of the middle 50% of a distribution — the distance between the first quartile (Q1) and the third quartile (Q3). Combined with Tukey’s 1.
Read moreProducing Mode statistics with SQL
The mode is the value or values that appear most frequently in a dataset. Unlike the mean or median, it applies naturally to categorical and ordinal data — star ratings, product codes, survey responses — and reveals what is most common, not what is average.
Read more