2 Commits (c41b96561466464362dc1d070e736b92d51b759f)

Author SHA1 Message Date
Zed A. Shaw c41b965614 Throw in a fun little asciichart display. 2 years ago
Zed A. Shaw 914af2272c Clean up the directory structure to improve the flow of the lesson more. 2 years ago
Zed A. Shaw 593b120be5 Break out the reporting from the parsing so I can parse the files on all my servers in a cron job, but collect them and report on a central server. 2 years ago
Zed A. Shaw 9e122f732e Now it will parse any group of files and extract data by dates in the files. 2 years ago
Zed A. Shaw b2c521b521 Actually now it removes the list version and only doing sets, then it can glob many files to produce results. 2 years ago
Zed A. Shaw ecf0bcc9b0 Ability to write out JSON data to a file for later collection. 2 years ago
Zed A. Shaw afe3cfca47 Next version of the parser will use only sets, which turns out to work almost the same as maintaining a list but is faster and doesn't care about order of the events coming in. 2 years ago
Zed A. Shaw cf527da326 Allow for printing the errors when you need to fix the parsing. 2 years ago
Zed A. Shaw 7d22b1894f Add command line options and the ability to sort into sets or lists. 2 years ago
Zed A. Shaw 366fc83bf2 Better parser that can do a Set instead of just a list of URLs in a chain. 2 years ago
Zed A. Shaw 503007149f Bringing in a custom parser for my own log servers that I wrote quickly to study the content in my logs. This will organize the logs into chains of requests from each IP address to show how users go through your website. 2 years ago