Skip to content
Merged
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions docs/reference/cluster/nodes-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,9 @@ See <<disk-based-shard-allocation>> for more information about disk watermarks a

`io_stats` (Linux only)::
(objects) Contains I/O statistics for the node.

**NOTE**: Due to limitations of the Linux kernel, When running the application within a container such as Docker, these statistics may not be accurate.
In this scenario, they represent activity for the entire host filesystem your data is stored on and are *not* scoped to the container.
+
.Properties of `io_stats`
[%collapsible%open]
Expand Down
Loading