iroko
iroko copied to clipboard
Add option to measure statistics which are dumped or returned on query.
An example of useful statistics can be found here: https://github.com/flowgrind/flowgrind
Ideally this will be implemented by capturing packets and providing a summary of the capture over the last n minutes. This saves disk space and shows a snapshot performance of all algorithms.
todos:
- using hostname rather than ip addr in the logging
- convert the logging file to csv files
- measure rtt for each connection. So we need to have a separate icmp connection per data connection??