leachuk / loganalyser

Sample code for analysing log files with java streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log Analyser

Given a typical access log file for a web server, output the top N most popular 3 page paths which users have visited.

#To Run From a console within this root project directory.

mvn clean package
java -jar target/log-analyser-0.0.1-SNAPSHOT.jar

About

Sample code for analysing log files with java streams


Languages

Language:Java 100.0%