diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-19 09:36:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-19 09:36:51 +0300 |
| commit | d699ef44a9ded5d419a470a4f6715ecff7f0fcd1 (patch) | |
| tree | 4a56611a392c7eb17a0a2e4f243b0342f8c3ec6c /docs/parquet-querying.md | |
| parent | 65599ad9b87b1c61cb6d8232200da88952370e96 (diff) | |
t6 address family recording review
Diffstat (limited to 'docs/parquet-querying.md')
| -rw-r--r-- | docs/parquet-querying.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/parquet-querying.md b/docs/parquet-querying.md index 783c4e0..4c31474 100644 --- a/docs/parquet-querying.md +++ b/docs/parquet-querying.md @@ -26,6 +26,7 @@ state, no installation needed beyond Docker. | `pid` | UInt32 | Process ID | | `tid` | UInt32 | Thread ID | | `syscall` | String | Syscall name (e.g. `read`, `openat`) | +| `family` | String | Broad syscall family (e.g. `FS`, `Network`, `Memory`) | | `fd` | Int32 | File descriptor | | `ret` | Int64 | Return value (negative = errno) | | `bytes` | UInt64 | Bytes transferred (0 if not applicable) | |
