Skip to content
Merged
Changes from all 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
6 changes: 6 additions & 0 deletions content/commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ If AOF is activated, these additional fields will be added:
* `aof_pending_bio_fsync`: Number of fsync pending jobs in background I/O
queue
* `aof_delayed_fsync`: Delayed fsync counter
* `aof_cmd_duration`: Best-effort estimate, in microseconds, of AOF replay
time for commands written since the last rewrite, load, or AOF reset.
For commands propagated without a known duration (for example via
`RM_Replicate` or `RM_ReplicateVerbatim`), this is approximated using
leftover time from the triggering top-level command, or, for a blocked
client, its measured background execution time.

If a load operation is on-going, these additional fields will be added:

Expand Down
Loading