rrdtool 1.1.x到1.2.x的小变化 News about Opera&Zhanbox Xiong!
Apr 24
作者: 肖建彬 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.xiaojb.com/archives/it/awstats_extrasection.shtml

使用ExtraSection,可以实现一些自定义的数据统计,比如我的blog中针对wnl.html(万年日历)的使用统计

ExtraSectionName3="WNL stats"
ExtraSectionCodeFilter3="200 304"
ExtraSectionCondition3="URL,wnl\.html"
ExtraSectionFirstColumnTitle3="WNL stats"
ExtraSectionFirstColumnValues3="HOST,(.*)"
ExtraSectionStatTypes3=HBL
ExtraSectionAddAverageRow3=1
ExtraSectionAddSumRow3=1
MaxNbOfExtra3=30
MinHitExtra3=1

同时还增加了每个分类页面访问量的排名统计

ExtraSectionName5="MailTech archive"
ExtraSectionCodeFilter5="200 304"
ExtraSectionCondition5="URL,\/archives\/mailtech\/"
ExtraSectionFirstColumnTitle5="MailTech stats"
ExtraSectionFirstColumnValues5="URL,(.*)"
ExtraSectionStatTypes5=HBL
ExtraSectionAddAverageRow5=1
ExtraSectionAddSumRow5=1
MaxNbOfExtra5=30
MinHitExtra5=1

ExtraSection的配置说明:http://awstats.sourceforge.net/docs/awstats_extra.html

Leave a Reply