Additional Plots
Marcel Juschak edited this page 6 years ago

Plotting

Running ./id2t -i input.pcap -p, where you replace input.pcap with the .pcap file, that you want to use, will generate all plots as .pdf files in the directory, in which your input.pcap is. The plots are graphs, that are generated with the data of the statistics. Both the x- and the y-axis are annotated to make the plot as comprehensible as possible. The following listing shows each of the plots, that we added during the project.

  • Average outdegree
  • Average indegree
  • Summed average degree
  • Packet count per connection
  • Average time between communication intervals
  • Average time per communication interval
  • Communication duration per connection

Furthermore, histograms are generated for each of the above plots.