Module dump

Module dump 

Source
Available on crate feature dump only.
Expand description

Dump data for performance analysis.

The purpose of the data is to debug connection performance issues and to help with the development of Aggligator.

The data can be visualized using the PlotDump.ipynb script from the repository.

Structs§

ConnDump
Connection dump data for analysis.
LinkDump
Link dump data for analysis.

Functions§

dump_to_json_line_file
Dumps analysis data from the channel to a JSON line file.