Use poetry or pip to install the requirements. Recommend the use of poetry shell, virtualenv or anaconda.
Tested with python 3.9, should be compatible with 3.6 and perhaps earlier.
Parses a log file in a proprietary format and reports response times
USAGE: python3 log_analyser.py <log_file_path>
Samples requests from a URL and summarises the response time (default 100 smples)
USAGE: python3 response_reporter.py [count]
url: required url to make the request (GET)
count: optional number of requests to make