Skip to content

burakbugrul/NginxLogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NginxLogParser

Compile

$ make

or

$ g++ main.cpp NginxParser.cpp -std=c++14 -O2 -o parser

Run

$ ./parser <input-file> <output-file>

or

$ ./parser
Please enter path of the log file: <input file>
Please enter path of the output file: <output file>

About

C++ Nginx Log Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published