You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sphinx/source/io_schema/provdb_schema.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ Function execution "events" in Chimbuko are labeled by a unique (for each proces
60
60
|**"io_step"**: *IO step index*,
61
61
|**"io_step_tstart"**: *Time of start of IO step*,
62
62
|**"io_step_tend"**: *Time of end of IO step*,
63
-
|**"outlier_score"**: *The anomaly score of the execution (algorithm dependent)*,
63
+
|**"outlier_score"**: *The anomaly score of the execution reflecting how unlikely the event is (algorithm dependent, larger is more anomalous)*,
64
+
|**"outlier_severity"**: *The severity of the anomaly, reflecting how important the anomaly was*,
64
65
|**"event_window"**: *Capture of function executions and MPI comms events occuring in window around anomaly on same thread (object)*
65
66
|{
66
67
|**"exec_window"**: *The function executions in the window arranged in order of their entry time (array)*
@@ -110,6 +111,13 @@ For the SSTD (original) algorithm, the **algo_params** field has the following f
110
111
|**"stddev"**: *standard deviation of distribution*
111
112
|}
112
113
114
+
For the HBOS and COPOD algorithms, the **algo_params** field has the following format:
115
+
116
+
|{
117
+
|**"Histogram Bin Counts"** : *the height of the histogram bin*,
118
+
|**"Histogram Bin Edges"** : *the edges of the bins starting with the lower edge of bin 0 followed by the upper edges of bins 0..N*
119
+
|}
120
+
113
121
114
122
---------
115
123
@@ -170,7 +178,7 @@ Metadata are stored in the metadata collection in the following JSON schema:
170
178
Note that the **tid** (thread index) for metadata is usually 0, apart from for metadata associated with a GPU context/device/stream, for which the index is the virtual thread index assigned by Tau to the context/device/stream.
171
179
172
180
Global database
173
-
-------------
181
+
---------------
174
182
175
183
Below we describe the JSON schema for the **func_stats** and **counter_stats** collections of the **global database** component of the provenance database.
0 commit comments