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

RestNodesAction - Should report File Descriptors #7652

Closed
pickypg opened this issue Sep 9, 2014 · 0 comments · Fixed by #7655
Closed

RestNodesAction - Should report File Descriptors #7652

pickypg opened this issue Sep 9, 2014 · 0 comments · Fixed by #7655

Comments

@pickypg
Copy link
Member

pickypg commented Sep 9, 2014

RestNodesAction does not currently report anything related to the number of file descriptors even though it reports other similarly useful metrics, such as heap usage.

  • Adding file_desc.current - The current number of file descriptors in use.
  • Adding file_desc.percent - The percentage of the maximum number of file descriptors in use (current / max * 100).
  • Adding file_desc.max - The maximum number of file descriptors.

In addition, I feel that it would be useful to be able to see the heap.current and ram.current (as ByteSizeValues rather than only being able to see the percentage).

@pickypg pickypg self-assigned this Sep 9, 2014
@pickypg pickypg added v1.5.0 good first issue low hanging fruit and removed v1.5.0 labels Sep 9, 2014
pickypg added a commit to pickypg/elasticsearch that referenced this issue Oct 15, 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.

Closes elastic#7652
pickypg added a commit that referenced this issue Oct 15, 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.

Closes #7652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants