Mike Kosek | Hendrik Cech | Vaibhav Bajpai | Jörg Ott
Technical University of Munich
IFIP Networking 2022, June 13–16, 2022.
[Paper Arxiv →] https://arxiv.org/abs/2205.01554
[Paper IEEEXplore →] https://doi.org/10.23919/IFIPNetworking55013.2022.9829773
The following tools were developed for our paper
- SATCOM Emulation Testbed: Testbed enabling reproducible transport as well as application layer measurements over SATCOM networks leveraging OpenSAND (https://github.com/kosekmi/quic-opensand-emulation)
- SATCOM Evaluation: Visualization of
SATCOM Emulation Testbedemulations (https://github.com/kosekmi/quic-opensand-evaluation) - qperf: A performance measurement tool for QUIC which also enables the proxying of QUIC connections (https://github.com/kosekmi/qperf)
In order to enable the reproduction of our findings, we make the raw data of our measurements as well as the analysis scripts and supplementary files publicly available within this repository.
- Repository Overview
- The file
analysis.ipynbis the analysis scripts for thegoodputandweb performancemeasurements - The folder
datasetcontains the datasets which are provided as csv files
- Dataset Overview
- The files
goodput_1s_bins.csvandgoodput_100ms_bins.csvin thedatasetfolder contain the aggregated goodput measurement data in 1s and 100ms bins - The file
web_performance.csvin thedatasetfolder contains the web performance measurement data - All files contain their respective data over all measurement runs for all tested combinations of orbit (
leoorgeo), transport protocol (quicortcp), Performance Enhancing Proxy (trueorfalse), initial window (10,10,10,10or10,100,100,10), and packet loss rate (0or0.01or0.1or1%)
- Preparations
- Clone this repository to a machine running
Jupyter NotebookorJupyterLab
- Analysis
- Run the Jupyter Notebook
analysis.ipynb
Please feel welcome to contact the authors for further details.
- Mike Kosek (kosek@in.tum.de) (corresponding author)
- Hendrik Cech (cech@in.tum.de)
- Vaibhav Bajpai (bajpai@cispa.de)
- Jörg Ott (ott@in.tum.de)