Figure 4

DPDK-l2fwd (HW)

hipnet21/figures/dpdk-l2fwd-nohz/hw/pcap/latencies-pre-rate10000-dpdk-l2fwd.pcap.worst-filtered.pdf.svg

Steps to reproduce measurements

The setup and experiment execution for the worst-case measurements of DPDK-l2fwd (HW/VM) evaluation is part of the description for Table II.

Steps to reproduce figures

Raw data

Pcaps (DPDK-l2fwd (HW))

Evaluation execution

Setup evaluator

# install dependencies
apt install postgresql postgresql-client parallel python3-pip texlive-full zstd
python3 -m pip install pypacker

Generate figures

git clone https://github.com/gallenmu/hipnet21 /root/hipnet21

#decompress pcaps
cd /root/hipnet21/measurements
for i in $(find . -iname *.zst); do zstd --rm -d $i; done;

#create hw figure
export MPATH=dpdk-l2fwd-nohz
cd /root/hipnet21/figures/$MPATH/hw/pcap
su postgres -c "createuser -s root"
dropdb --if-exists root
createdb root
export PGDATABASE=root
for i in /root/hipnet21/measurements/$MPATH/hw/pcap/*-pre-rate10000-*.pcap; do /root/hipnet21/scripts/pcap-import.sh $i; /root/hipnet21/scripts/pcap-analysis.sh $i; done;
python3 /root/hipnet21/scripts/pcap-tex-create.py .
for i in *.tex; do lualatex $i; done

Output

The precompiled output files can be found in the respective subfolders of the repository. The filename is latencies-pre-rate10000-dpdk-l2fwd.pcap.worst-filtered.pdf.