masters-thesis/plots
Dennis Potter af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00
..
nodetype_3d_IB Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_3d_shmem Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_timer_comparison_w_optimizations Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_timer_comparison_wo_optimizations Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_varying_rate_IB Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_varying_rate_IB_shmem Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_varying_rate_zeromq_nanomsg Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_varying_rate_zeromq_nanomsg_shmem_IB Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
nodetype_varying_sample_size_IB Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_busy_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_event_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_inline_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_message_size_inline_median Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_message_size_median Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_message_size_wait_median Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_rdma_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_submit_send_comparison_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_unsignaled_inline_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
oneway_unsignaled_rdma_hist Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
Makefile Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
README.md Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
plot_histograms.ipynb Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
plot_medians.ipynb Initial commit of master's thesis 2018-11-12 12:56:59 +01:00
plot_nodetypes.ipynb Initial commit of master's thesis 2018-11-12 12:56:59 +01:00

README.md

Automatic creation of plots

Cleanup of datasets

In order to save storage and to speed up processing of the datasets, all datasets that are created by the VILLASnode node-type benchmark are cleanup up prior to processing. All actual data is removed, since only the metadata is relevant for the results. Information about the number of values in a sample is contained in the filename.

Samples are removed in the Makefile with:

cut -d, -f3,4 $(file) > temp.csv && mv temp.csv $(file)