From 8cce903a981c004502d1fdf29a650fc58f72042d Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 20 Jul 2026 12:43:25 +0200 Subject: git amend --- sources/failure_characteristics.tex | 15 +++++++++++++++ sources/failure_model_statistics.tex | 17 +++++++++++++++++ sources/thesis_structure.drawio | 8 ++++---- 3 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 sources/failure_characteristics.tex create mode 100644 sources/failure_model_statistics.tex (limited to 'sources') diff --git a/sources/failure_characteristics.tex b/sources/failure_characteristics.tex new file mode 100644 index 0000000..3fbcdaf --- /dev/null +++ b/sources/failure_characteristics.tex @@ -0,0 +1,15 @@ +\begin{table}[t] + \centering + \renewcommand{\arraystretch}{1.4} + \begin{tabular}{lccl} + \toprule + \textbf{Metric} & \textbf{Datatype} & \textbf{Unit} & \textbf{Summary} \\ + \midrule + Failure Interval & int64 & miliseconds & The duration since the last failure. \\ + Failure Duration & int64 & miliseconds & The duration of the failure. \\ + Failure Intensity & float64 & ratio & The ratio of hosts affected by the failure. \\ + \bottomrule + \end{tabular} + \caption[Generic format of all failure traces.]{All traces used in our work follow the above format.} +\end{table} + diff --git a/sources/failure_model_statistics.tex b/sources/failure_model_statistics.tex new file mode 100644 index 0000000..03c08dd --- /dev/null +++ b/sources/failure_model_statistics.tex @@ -0,0 +1,17 @@ +\begin{table}[t] + \centering + \renewcommand{\arraystretch}{1.4} + \begin{tabular}{lr} + \toprule + \textbf{Trace} & \textbf{Mean Failure Intensity} \\ + \midrule + Gmail & 53.26\% \\ + WhatsApp & 57.97\% \\ + YouTube & 62.1\% \\ + Twitter & 65\% \\ + Facebook & 64\% \\ + \bottomrule + \end{tabular} + \caption[Overview of the failure traces]{This table shows the traces we used for scientific evaluation, and the right-hand-side shows the format of failure traces. Mean Failure Intensity can be characterized as the average of the ratio of hosts that are affected by a failure~\cite{DBLP:journals/tpds/TalluriNCKCBI26}} + \label{tab:failure_traces_overview} +\end{table} diff --git a/sources/thesis_structure.drawio b/sources/thesis_structure.drawio index 103a7b3..bc38a42 100644 --- a/sources/thesis_structure.drawio +++ b/sources/thesis_structure.drawio @@ -108,22 +108,22 @@ - + - + - + - + -- cgit v1.2.3