iroko icon indicating copy to clipboard operation
iroko copied to clipboard

Add option to measure statistics which are dumped or returned on query.

Open fruffy opened this issue 6 years ago • 2 comments

An example of useful statistics can be found here: https://github.com/flowgrind/flowgrind

fruffy avatar Jan 06 '19 03:01 fruffy

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.

fruffy avatar Mar 01 '19 18:03 fruffy

todos:

  1. using hostname rather than ip addr in the logging
  2. convert the logging file to csv files
  3. measure rtt for each connection. So we need to have a separate icmp connection per data connection??

tomyang729 avatar Mar 02 '19 01:03 tomyang729