Module Index
- logalyzer - No summary
- logalyzer.database - SQL database access using sAsync.
- logalyzer.gui - Command-line text GUI using ncurses.
- logalyzer.logread - HTTP logfile reading and parsing.
- logalyzer.main - The main module of logalyzer with the la entry point.
- logalyzer.parse - Logfile parsing, imported by
logread
. - logalyzer.records - All the recordkeeping is done here, with help from
database
. - logalyzer.sift - Filtering of HTTP logs as they are read.
- logalyzer.test - Unit tests for logalyzer
- logalyzer.test.test_database - Undocumented
- logalyzer.test.test_gui - Undocumented
- logalyzer.test.test_logread - Undocumented
- logalyzer.test.test_parse - Undocumented
- logalyzer.test.test_records - Undocumented
- logalyzer.test.test_sift - LICENSE Copyright (C) 2014-2015 Tellectual LLC
- logalyzer.test.testbase - Mock objects and an improved TestCase for statalysis
- logalyzer.util - Utility functions, base classes, and the
Args
class. - logalyzer.writer - Writing of IP addresses.