slanted W3C logo
Cover page images (keys)

Apache server log inferer

Advait Mohan Raut, <amraut@cse>




Hit the space bar for next slide

Apache server log inferer

Apache server log inferer

by Advait Mohan Raut

09305923

Problem Statement

Input

Output

Motivation

Successfully implemented work

Timewise efforts required

Solution Design

Foundations of this solution

Implementation Details

Implementation Details

Testing

Challenges

Special features

  • The emphasis is put on the ease of extensibility of the project. This is provided in three ways:
    1. Plotting API: provides two functions for bar and pie that wraps complex matplotlib code
    2. Gui API: A common Panel class. Ready to use. User just needs to inherit from that class. This provides a working panel and image panel. Which can be directly added in MyFrame.nb wx.Notebook object. For more details read doc pages
    3. sqlite database support: User can fetch data from database named 'serverlog' in test.db file. User can craft his own queries. For illustrative example see util.py file
  • Thank you