summaryrefslogtreecommitdiff
path: root/sources/failure_characteristics.tex
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-20 12:43:25 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-20 12:43:25 +0200
commit50a56490fb461d9269fde325673a4a9bbf3c6dfd (patch)
tree717511e11073352c081d0a3b5eaffc47ff2b8660 /sources/failure_characteristics.tex
parentaa32b75bd7a6248fad478bc634e8126ee9981db7 (diff)
feat: applied 3/4 of the second round of feedback from Dante
Diffstat (limited to 'sources/failure_characteristics.tex')
-rw-r--r--sources/failure_characteristics.tex15
1 files changed, 15 insertions, 0 deletions
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}
+