| |
Methods defined here:
- __init__(self, encoding, helpers)
- This function initializes the csv writer with the given parameters.
:param encoding: Encoding of logfiles.
:param helpers: Reference to a initialized helper class.
- run_all(self)
- This function deletes the old csv files and then starts the creation of all reports.
- write_browser(self)
- This function converts the browser report to a csv file.
- write_days(self)
- This function converts the hits per day report to a csv file.
- write_endpoint(self)
- This function converts the hits per endpoint report to a csv file.
- write_hour(self)
- This function converts the hits per hour report to a csv file.
- write_http_206(self)
- This function converts the hits for HTTP statuscode 206 report to a csv file.
- write_http_codes(self)
- This function converts the http statuscode report to a csv file.
- write_ip(self)
- This function converts the ip report to a csv file.
- write_month(self)
- This function converts the hits per month report to a csv file.
- write_os(self)
- This function converts the hits per OS report to a csv file. And adds the "Unknown OS" as a sub table.
- write_usage_month(self)
- This function converts the usages per month report to a csv file.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|