Functions | |
def | plot_latency (csv_filename, title) |
def | plot_throughput (csv_filename, title, is_tcp=False) |
Variables | |
string | INPUT_FILE_PUBSUBPROXY_INPROC_THROUGHPUT = "results/pubsubproxy_inproc_thr_results.csv" |
string | INPUT_FILE_PUSHPULL_INPROC_THROUGHPUT = "results/pushpull_inproc_thr_results.csv" |
string | INPUT_FILE_PUSHPULL_TCP_THROUGHPUT = "results/pushpull_tcp_thr_results.csv" |
string | INPUT_FILE_REQREP_TCP_LATENCY = "results/reqrep_tcp_lat_results.csv" |
int | TCP_LINK_GPBS = 100 |
def generate_graphs.plot_latency | ( | csv_filename, | |
title | |||
) |
Definition at line 56 of file generate_graphs.py.
def generate_graphs.plot_throughput | ( | csv_filename, | |
title, | |||
is_tcp = False |
|||
) |
Definition at line 29 of file generate_graphs.py.
string generate_graphs.INPUT_FILE_PUBSUBPROXY_INPROC_THROUGHPUT = "results/pubsubproxy_inproc_thr_results.csv" |
Definition at line 15 of file generate_graphs.py.
string generate_graphs.INPUT_FILE_PUSHPULL_INPROC_THROUGHPUT = "results/pushpull_inproc_thr_results.csv" |
Definition at line 14 of file generate_graphs.py.
string generate_graphs.INPUT_FILE_PUSHPULL_TCP_THROUGHPUT = "results/pushpull_tcp_thr_results.csv" |
Definition at line 9 of file generate_graphs.py.
string generate_graphs.INPUT_FILE_REQREP_TCP_LATENCY = "results/reqrep_tcp_lat_results.csv" |
Definition at line 10 of file generate_graphs.py.
int generate_graphs.TCP_LINK_GPBS = 100 |
Definition at line 11 of file generate_graphs.py.