Skip to content

Files

Latest commit

37c4a9b · Jun 5, 2019

History

History
29 lines (16 loc) · 819 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 819 Bytes

Parser Library

This is used for reading log files and processing IP address request period for a given time interval**

Author

Kazeem Olanipekun

Build (.jar)

The build version of the application can be located at /build from the root of the app.

Sample Test Using the access.log

Alt text

Database connection Properties

The database connection properties can be found src/main/esources/app.properties

Dependencies Usage

This can be found in pom.xml and this is needed to be bundled along with the jar while building

Command Used

java -cp "parser.jar" com.ef.Parser --accesslog=/Users/k.olanipekun/Documents/Applications/Parser/log/access.log --startDate=2017-01-01.13:00:00 --duration=hourly --threshold=100

Thank you