summary

Produces TeX tables containing summary statistics of flow dataset (requires scipy).

usage: python3 -m flow_models.summary [-h] [-x {length,size,duration,rate}]
                                      file

Positional Arguments

file

csv_hist file to summarize

Named Arguments

-x

Possible choices: length, size, duration, rate

x axis value

This tool can be used to generate LaTeX summary of flow histogram statistics.

Example:

flow_models.summary histograms/udp/length.csv

The purpose of the summary tool is to generate traffic characteristics and features distribution tables in TeX or HTML format from CSV histogram files. Generated summary tables can be easily published in an article or shared as a web page.