70 lines
3.2 KiB
TeX
70 lines
3.2 KiB
TeX
%!TEX root = ../thesis.tex
|
|
% ********************** Thesis Appendix B - Outbound Graphs *************************
|
|
|
|
\chapter{Outbound Graphs}
|
|
\label{appendix:outbound-graphs}
|
|
|
|
\begin{figure}
|
|
\begin{Verbatim}[fontsize=\small]
|
|
Connecting to host X.X.X.Y, port 5201
|
|
[ 5] local X.X.X.X port 53587 connected to X.X.X.Y port 5201
|
|
[ ID] Interval Transfer Bitrate Total Datagrams
|
|
[ 5] 0.00-1.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 1.00-2.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
[ 5] 2.00-3.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 3.00-4.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
[ 5] 4.00-5.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
- - - - - - - - - - - - - - - - - - - - - - - - -
|
|
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams
|
|
[ 5] 0.00-5.00 sec 641 KBytes 1.05 Mbits/sec 0.000 ms 0/453 (0%) sender
|
|
[ 5] 0.00-5.04 sec 641 KBytes 1.04 Mbits/sec 0.070 ms 0/453 (0%) receiver
|
|
\end{Verbatim}
|
|
\caption{iperf3 UDP results with two stable connections (outbound).}
|
|
\end{figure}
|
|
|
|
\begin{figure}
|
|
\begin{Verbatim}[fontsize=\small]
|
|
Connecting to host X.X.X.Y, port 5201
|
|
[ 5] local X.X.X.X port 38793 connected to X.X.X.Y port 5201
|
|
[ ID] Interval Transfer Bitrate Total Datagrams
|
|
[ 5] 0.00-1.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 1.00-2.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
[ 5] 2.00-3.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 3.00-4.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 4.00-5.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
- - - - - - - - - - - - - - - - - - - - - - - - -
|
|
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams
|
|
[ 5] 0.00-5.00 sec 641 KBytes 1.05 Mbits/sec 0.000 ms 0/453 (0%) sender
|
|
[ 5] 0.00-5.04 sec 635 KBytes 1.03 Mbits/sec 0.086 ms 4/453 (0.88%) receiver
|
|
\end{Verbatim}
|
|
\caption{iperf3 UDP results with a single connections loss (outbound).}
|
|
\end{figure}
|
|
|
|
\begin{figure}
|
|
\begin{Verbatim}[fontsize=\small]
|
|
Connecting to host X.X.X.Y, port 5201
|
|
[ 5] local X.X.X.X port 35549 connected to X.X.X.Y port 5201
|
|
[ ID] Interval Transfer Bitrate Total Datagrams
|
|
[ 5] 0.00-1.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 1.00-2.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
[ 5] 2.00-3.00 sec 129 KBytes 1.05 Mbits/sec 91
|
|
[ 5] 3.00-4.00 sec 127 KBytes 1.04 Mbits/sec 90
|
|
\end{Verbatim}
|
|
\caption{iperf3 UDP results with a total connection loss (outbound).}
|
|
\end{figure}
|
|
|
|
\setcounter{figure}{5}
|
|
|
|
\begin{figure}
|
|
\centering
|
|
\begin{subfigure}{.7\textwidth}
|
|
\includegraphics[width=0.9\linewidth]{4_Evaluation/Figs/graphs/more-bandwidth-equal-a-outbound}
|
|
\caption{Throughput of 1+1MB/s connections compared with 1MB/s and 2MB/s (outbound).}
|
|
\end{subfigure}
|
|
\begin{subfigure}{.7\textwidth}
|
|
\includegraphics[width=0.9\linewidth]{4_Evaluation/Figs/graphs/more-bandwidth-equal-b-outbound}
|
|
\caption{Throughput of 2+2MB/s connections compared with 2MB/s and 4MB/s (outbound).}
|
|
\end{subfigure}
|
|
\caption{Graphs showing that the throughput of two connections proxied lie between one connection of the same speed and one connection of double the speed}
|
|
\end{figure}
|