EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Traces all abnormal process exits
Column | Type | Pattern | Desc |
---|---|---|---|
time_ | TIME64NS | METRIC_COUNTER | Timestamp when the data record was collected. |
upid | UINT128 | GENERAL | An opaque numeric ID that globally identify a running process inside the cluster. |
exit_code | INT64 | GENERAL | The exit code of this process. |
signal | INT64 | GENERAL | The signal received by this process. |
comm | STRING | GENERAL | The name of this process. |