Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/current/_includes/v25.4/ui/transaction-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The details displayed on the **Transaction Details** page reflect the [time inte
- The **Mean transaction time**: The mean average time it took to execute the transaction within the aggregation interval.
- The **Application name**: The name specified by the [`application_name`]({{ link_prefix }}show-vars.html#supported-variables) session setting.
- **Transaction resource usage** shows overall statistics about the transaction.
- **Idle latency**: The time the transaction spent waiting on the client while the transaction remained open.
- **Commit latency**: The time required to finish committing the transaction after the commit phase began.
- **Mean rows/bytes read**: The mean average number of rows and bytes [read from the storage layer]({{ link_prefix }}architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer) during the execution of the transaction within the specified aggregation interval.
- **Bytes read over network**: The amount of [data transferred over the network]({{ link_prefix }}architecture/reads-and-writes-overview.html) for this transaction within the aggregation interval. <br><br>If this value is 0, the statement was executed on a single node.
- **Mean rows written**: The mean number of rows written by this transaction.
Expand Down
Loading