Add top_pages plugin

This commit is contained in:
2014-11-26 22:03:19 +01:00
parent f8a48a7144
commit 5e965f4cc1
5 changed files with 90 additions and 5 deletions

View File

@@ -16,9 +16,9 @@ DB_ROOT = './output/'
DISPLAY_ROOT = './output/'
pre_analysis_hooks = ['page_to_hit', 'robots']
post_analysis_hooks = ['referers']
post_analysis_hooks = ['referers', 'top_pages']
# post_analysis_hooks = ['top_visitors', 'reverse_dns']
display_hooks = ['top_visitors', 'all_visits', 'referers']
display_hooks = ['top_visitors', 'all_visits', 'referers', 'top_pages']
reverse_dns_timeout = 0.2
page_to_hit_conf = [r'^.+/logo/$']