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 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sources/failure_characteristics.tex (limited to 'sources/failure_characteristics.tex') 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} + -- cgit v1.2.3