项目作者: AbedHadri

项目描述 :
A Java + MySQL log file parser and analyzer
高级语言: Java
项目地址: git://github.com/AbedHadri/parser.git
创建时间: 2017-10-25T21:42:28Z
项目社区:https://github.com/AbedHadri/parser

开源协议:

下载


parser

A Java + MySQL log file parser and analyzer

what it specifically does is: import a log file from a specified directory then it finds all the IPs that exceed the specified threshold in the interval between the --startDate initial datetime and the end date that is calculated under the hood based on the --duration provided (can only be hourly or daily) .

You can test run this application by running the following command:

java -cp "parser.jar" com.ef.Parser --startDate=2017-01-01.13:00:00 --duration=hourly --threshold=100 --path=/path/to/log

Documentation

documentation is now being prepared, Stay tuned!