OpenSearch/docs/reference/cat
Andreas Gebhardt a156ccd80e Expand `/_cat/nodes` to return information about hard drive (#21775)
Expand `/_cat/nodes` with already present information about available disk space `diskAvail` (alias: `d`, `disk`) by:

    * `diskTotal` (alias `dt`): total disk space
    * `diskUsed` (alias `du`): used disk space (`diskTotal - diskAvail`)
    * `diskUsedPercent` (alias `dup`): used disk space percentage

Note: The available disk space is the number of bytes available to the node's Java virtual machine. The size might be smaller than the real one. That means the used disk space (percentage) is larger.

Closes #21679
2017-06-28 18:20:20 +02:00
..
alias.asciidoc Handle multiple aliases in _cat/aliases api (#23698) 2017-04-28 15:21:44 +02:00
allocation.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
count.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
fielddata.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
health.asciidoc Docs tests: cat/health can have max_task_wait_time 2017-04-28 09:58:53 -04:00
indices.asciidoc doc: highlight that doc counts come from lucene (#23522) 2017-04-17 21:52:29 -04:00
master.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
nodeattrs.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
nodes.asciidoc Expand `/_cat/nodes` to return information about hard drive (#21775) 2017-06-28 18:20:20 +02:00
pending_tasks.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
plugins.asciidoc Made the same length of opening and closing lines (#23583) 2017-06-09 00:50:43 -07:00
recovery.asciidoc Made the same length of opening and closing lines (#23583) 2017-06-09 00:50:43 -07:00
repositories.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
segments.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
shards.asciidoc Fix typo in shards.asciidoc (#25143) 2017-06-09 12:45:43 +02:00
snapshots.asciidoc CONSOLEify remaining _cat docs 2017-05-03 20:59:27 -04:00
templates.asciidoc CONSOLEify remaining _cat docs 2017-05-03 20:59:27 -04:00
thread_pool.asciidoc CONSOLEify remaining _cat docs 2017-05-03 20:59:27 -04:00