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 Testbed
emulations (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.ipynb
is the analysis scripts for thegoodput
andweb performance
measurements - The folder
dataset
contains the datasets which are provided as csv files
- Dataset Overview
- The files
goodput_1s_bins.csv
andgoodput_100ms_bins.csv
in thedataset
folder contain the aggregated goodput measurement data in 1s and 100ms bins - The file
web_performance.csv
in thedataset
folder contains the web performance measurement data - All files contain their respective data over all measurement runs for all tested combinations of orbit (
leo
orgeo
), transport protocol (quic
ortcp
), Performance Enhancing Proxy (true
orfalse
), initial window (10,10,10,10
or10,100,100,10
), and packet loss rate (0
or0.01
or0.1
or1
%)
- Preparations
- Clone this repository to a machine running
Jupyter Notebook
orJupyterLab
- 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)