diff options
Diffstat (limited to 'sources/failure_characteristics.tex')
| -rw-r--r-- | sources/failure_characteristics.tex | 15 |
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} + |
