Skip to content

adamcolon/LogAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spec
----------
Parse through a web access log file and capture browser counts

Usage
----------
php runLogAnalysis.php <path_to_log_file>

Returns a CSV formatted report of browsers and counts in log file;

Considerations
----------
I used a cursor based file read and looped over each line because I don't know how big the log file is going to be, and I didn't want run into memory issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published