alstat

Collection of advanced utils to parse logfiles in different formats and build statistic reports
Download

alstat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Alexandr Lispython
  • Publisher web site:
  • https://github.com/lispython/human_curl

alstat Tags


alstat Description

alstat is a Python module that advances logs statistics. It's collection of utils to analyze logs.UsageThis commant print all lines from all log files in directory /var/log/nginx if format http_method status http_referer:alstat -d /var/log/nginx/ -p "*access*" -f "base" http_method status http_refererGET 200 http://google.com.... to many linesGET 404 http://ya.ru/PUT 200 http://yandex.com/You can view fields list that you can use to display:alstat -d /var/log/nginx/ -p "*access*" -lAlstat v0.0.1 start at Tue May 8 23:25:24 2012You can use fieldnames: status, http_protocol, http_method, http_referer, remote_addr, url, time_local, http_user_agent, remote_user, sizeINSTALLATIONTo use alstat use pip or easy_install:pip install alstatoreasy_install alstatProduct's homepage


alstat Related Software