Skip to content

andrewhavck/log_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project analyzes HTTP logs and provides statistics on session information

##Installation

  1. pip install virtualenv
  2. virtualenv env
  3. source env/bin/activate
  4. pip install -Ur requirements.txt
  5. py.test

##Usage python log_analysis/analysis.py -s data/testLog.tsv

This will output two tsv files and an html file of a chart

  • log_class.tsv - log data with IP class
  • session_info.tsv - session info by IP
  • status_codes.html - aggregated status codes over time using a two minute moving average

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages