Browse Source

Add documentation for "io_time_in_millis" (#84911)

Add documentation for "io_time_in_millis"

Co-authored-by: Adam Locke <adam.locke@elastic.co>
Gabi Davar 3 years ago
parent
commit
43ab984639
2 changed files with 15 additions and 0 deletions
  1. 5 0
      docs/changelog/84911.yaml
  2. 10 0
      docs/reference/cluster/nodes-stats.asciidoc

+ 5 - 0
docs/changelog/84911.yaml

@@ -0,0 +1,5 @@
+pr: 84911
+summary: Add documentation for "io_time_in_millis"
+area: Stats
+type: enhancement
+issues: []

+ 10 - 0
docs/reference/cluster/nodes-stats.asciidoc

@@ -1827,6 +1827,11 @@ The total number of kilobytes read for the device since starting {es}.
 `write_kilobytes` (Linux only)::
 (integer)
 The total number of kilobytes written for the device since starting {es}.
+
+`io_time_in_millis` (Linux only)::
+(integer)
+The total time in milliseconds spent performing I/O operations for the device 
+since starting {es}.
 ========
 
 `operations` (Linux only)::
@@ -1853,6 +1858,11 @@ The total number of kilobytes written for the device since starting {es}.
     (integer)
     The total number of kilobytes written across all devices used by {es} since
     starting {es}.
+
+`io_time_in_millis` (Linux only)::
+    (integer)
+    The total time in milliseconds spent performing I/O operations across all 
+    devices used by {es} since starting {es}.
 =======
 ======