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 file descriptor details to cat/nodes #7655

Merged

Conversation

pickypg
Copy link
Member

@pickypg pickypg commented Sep 9, 2014

cat/nodes currently does not report any details related to file descriptors. This adds the current number in use, the maximum number available as well as their ratio (percentage) to cat/nodes as hidden-by-default metrics. In addition, this also adds current heap usage (as a non-percentage of ts max) and ram usage (as a non-percerntage of its max) to allow tools to provide more granularity.

While adding a test for the default headers, I noticed that heap.percent and ram.percent were actually displayed by default, so I updated their documentation.

Closes #7652

@s1monw
Copy link
Contributor

s1monw commented Sep 9, 2014

LGTM

cat/nodes currently does not report any details related to file descriptors. This adds the current number in use, the maximum number available as well as their ratio (percentage) to cat/nodes as hidden-by-default metrics. In addition, this also adds current heap usage (as a non-percentage of ts max) and ram usage (as a non-percerntage of its max) to allow tools to provide more granularity.

Closes elastic#7652
@pickypg pickypg force-pushed the feature/cat-nodes-file-descriptors-7652 branch from 17ab2c6 to 2d8a140 Compare October 15, 2014 15:19
@pickypg pickypg merged commit 2d8a140 into elastic:master Oct 15, 2014
@pickypg pickypg deleted the feature/cat-nodes-file-descriptors-7652 branch November 20, 2014 03:25
@clintongormley clintongormley added the :Data Management/CAT APIs Text APIs behind /_cat label Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RestNodesAction - Should report File Descriptors
4 participants