Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add total index memory in _cat/indices #7824

Closed
wants to merge 1 commit into from

Commits on Oct 7, 2014

  1. 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 elastic#7008
    dadoonet committed Oct 7, 2014
    Copy the full SHA
    c62730c View commit details
    Browse the repository at this point in the history