summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/parquet-querying.md1
-rw-r--r--docs/tutorial/tutorial.md2
2 files changed, 2 insertions, 1 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) |
diff --git a/docs/tutorial/tutorial.md b/docs/tutorial/tutorial.md
index 4c556e0..7aa5f13 100644
--- a/docs/tutorial/tutorial.md
+++ b/docs/tutorial/tutorial.md
@@ -109,7 +109,7 @@ Press `6`. Two histograms: syscall **latency** (how long the syscall ran) and th
### 7 ยท Stream
-Press `7`. A live tail of every traced event row: comm, PID, TID, syscall, family, file, FD, return value, bytes, latency, gap. This is the workhorse view; the next section explores it in depth.
+Press `7`. A live tail of every traced event row: comm, PID, TID, syscall, file, FD, return value, bytes, latency, gap. This is the workhorse view; the next section explores it in depth.
![Stream tab live-tailing rows](./assets/07-stream-live.gif)