Skip to content

Commit

Permalink
Note in docs about incorrect IO stats when running in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhiting committed Sep 27, 2024
1 parent ca436de commit 1eda54d
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 1eda54d

Please sign in to comment.