This is a set of tools for analyzing Indy log files.
To install, you may want to use a virtualenv:
$ virtualenv ./venv
$ source ./venv/bin/activate
Then, you can install in "developer mode" using:
$ pip install -e .
The following commands will be installed:
indy-log-timer- Analyze a set of indy.*.log files looking for start/end matches, according to a timer config YAML fileindy-log-timer-sample- Print out a sample timer config YAML file for doing start/end time analysis