Skip to content

ikuzart/log_files_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parses logs of a web interface and builds url request time stats.

Params of of the app could be passed as path to config file. If no argument passed default config will be used. Config structure:

{
    "REPORT_SIZE": int,
    "REPORT_DIR": str, #path to report directory
    "LOG_DIR": str #path to directory with logs to parse
}

Run the app:

python3 log_analyzer.py --config

About

Web services log analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published