Skip to content

Collecting results

Oleksii Oleksenko edited this page Feb 23, 2017 · 3 revisions

Collection stage: retrieve experimental results from raw logs.

Rules for parsing are defined in config.py via parse_data dictionary. It has the following format:

On the core level, collection is performed in collect function (core/collect.py) which takes user-defined rules as an argument (parsed_data from config.py) and uses them to parse logs, line by line. It also, contains a small set of convenience functions, e.g., get_float_from_string.

Clone this wiki locally