Skip to content

A parser in golang to read a NGINX logfile and provide some statistics

Notifications You must be signed in to change notification settings

matthew-hallsworth/golang-nginx-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-nginx-logs

A parser in golang to read a NGINX logfile and provide some statistics

How to run this?

  • Build the app using go build -o main
  • Run the app using ./main or supply another test file using ./main -f=file.log

How to run the tests?

  • Simply run go test

App was tested on OSX with golang installed from Homebrew

About

A parser in golang to read a NGINX logfile and provide some statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages