OpenSearch/docs/reference/cat
David Pilato 80ca8e5ab6 Admin: add total index memory in `_cat/indices`
This patch adds to `_cat/indices` information about memory usage per index by adding memory used by FieldData, IdCache, Percolate, Segments (memory, index writer, version map).

```
% curl 'localhost:9200/_cat/indices?v&h=i,tm'
i     tm
wiki  8.1gb
test  30.5kb
user  1.9mb
```

Closes #7008
2014-10-08 13:38:00 +02:00
..
alias.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
allocation.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
count.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
fielddata.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
health.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
indices.asciidoc Admin: add total index memory in `_cat/indices` 2014-10-08 13:38:00 +02:00
master.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
nodes.asciidoc Stats: add segments.index_writer_max_memory to see index writer's max RAM usage before buffered documents must be written to a new segment 2014-08-25 14:43:09 -04:00
pending_tasks.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
plugins.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
recovery.asciidoc [DOCS] Cat recovery API update 2014-05-18 17:43:13 -07:00
shards.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00
thread_pool.asciidoc [DOCS] Renamed the "cat" chapters to be more searchable 2014-05-16 21:43:35 +02:00