|
@@ -1432,6 +1432,12 @@ class Statistics:
|
|
plt.savefig(out, dpi=500)
|
|
plt.savefig(out, dpi=500)
|
|
return out
|
|
return out
|
|
|
|
|
|
|
|
+ plot_hist_indegree_out = plot_histogram_degree("inDegree", "Histogram - Ingoing degree per IP Address",
|
|
|
|
+ "Ingoing degree", "_plot-Histogram Ingoing Degree per IP" + format)
|
|
|
|
+ plot_hist_outdegree_out = plot_histogram_degree("outDegree", "Histogram - Outgoing degree per IP Address",
|
|
|
|
+ "Outgoing degree", "_plot-Histogram Outgoing Degree per IP" + format)
|
|
|
|
+ plot_hist_overalldegree_out = plot_histogram_degree("overallDegree", "Histogram - Overall degree per IP Address",
|
|
|
|
+ "Overall degree", "_plot-Histogram Overall Degree per IP" + format)
|
|
ttl_out_path = plot_ttl('.' + format)
|
|
ttl_out_path = plot_ttl('.' + format)
|
|
mss_out_path = plot_mss('.' + format)
|
|
mss_out_path = plot_mss('.' + format)
|
|
win_out_path = plot_win('.' + format)
|
|
win_out_path = plot_win('.' + format)
|
|
@@ -1465,12 +1471,6 @@ class Statistics:
|
|
"Average interval time", "_plot-Histogram Avg Interval Time per Connection" + "." + format)
|
|
"Average interval time", "_plot-Histogram Avg Interval Time per Connection" + "." + format)
|
|
plot_hist_total_comm_duration_out = plot_comm_histogram("totalConversationDuration", "Histogram - Total communication duration in seconds",
|
|
plot_hist_total_comm_duration_out = plot_comm_histogram("totalConversationDuration", "Histogram - Total communication duration in seconds",
|
|
"Duration", "_plot-Histogram Communication Duration per Connection" + "." + format)
|
|
"Duration", "_plot-Histogram Communication Duration per Connection" + "." + format)
|
|
- # plot_hist_indegree_out = plot_histogram_degree("inDegree", "Histogram - Ingoing degree per IP Address",
|
|
|
|
- # "Ingoing degree", "_plot-Histogram Ingoing Degree per IP" + format)
|
|
|
|
- # plot_hist_outdegree_out = plot_histogram_degree("outDegree", "Histogram - Outgoing degree per IP Address",
|
|
|
|
- # "Outgoing degree", "_plot-Histogram Outgoing Degree per IP" + format)
|
|
|
|
- # plot_hist_overalldegree_out = plot_histogram_degree("overallDegree", "Histogram - Overall degree per IP Address",
|
|
|
|
- # "Overall degree", "_plot-Histogram Overall Degree per IP" + format)
|
|
|
|
|
|
|
|
## Time consuming plot
|
|
## Time consuming plot
|
|
# port_out_path = plot_port('.' + format)
|
|
# port_out_path = plot_port('.' + format)
|