PerformanceReport

class mtf.test_utilities.performance_report.PerformanceReport

This class is responsible for generating a performance report.

__init__(log_path, pcap_filter, html_logger, file_substring='some')
get_pcap_path()

Get path of the pcap file. :return: path of the pcap file

read_pcap()
pcap_decode()

Decode the pcap file. :return: decoded pcap data

plot_cpu_packet_rate()

Plot the CPU and packet rate. :return: None

plot_bit_rate()
plot_graphs()
generate_report()