Table II
Table
Platform | Image | |||
Vanilla | opt. RT | |||
xm → | µ ↑ | xm → | µ ↑ | |
Bare-metal | 16.7% | 0.33 | 60.0% | 3.30 |
Virtual Machine | 25.0% | 2.58 | 58.3% | 4.00 |
Container | 16.7% | 1.50 | 66.7% | 3.83 |
Reproducibility
CSV Timestamp Data
All sampled CSV timestamp data are available under https://doi.org/14459/2023mp1718824
EVT Modeling and Evaluation
# Install dependencies
apt install -y zstd
pip install evt
pip install sympy
# Get EVT script
The script is located at https://github.com/WiednerF/containerized-low-latency/blob/main/scripts/evt/evt-model.py
python3 evt-model.py --data <filename.csv.zst>
# Results are stored in <filename.csv.evt.json>
# Plots of the MLE fitting in <filename.csv.mle.pdf>