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

Report number of handles / file descriptors held by processes #1789

Closed
kinghrothgar opened this issue Jun 2, 2016 · 3 comments
Closed

Report number of handles / file descriptors held by processes #1789

kinghrothgar opened this issue Jun 2, 2016 · 3 comments
Labels

Comments

@kinghrothgar
Copy link

I am in the process of adding number of file descriptors into metricbeat and or topbeat. After this gets merged elastic/gosigar#30, I want to start implementing it in beats. As it appears metricbeat is just calling topbeat under the hood for most stuff, it seems like I should add it there first and make the needed changes on the metricbeat side?

@ruflin
Copy link
Contributor

ruflin commented Jun 3, 2016

Currently the best option is to do what you described above. As Topbeat and Metricbeat are in one repo, the changes can go into 1 PR. We plan to move parts of topbeat into gosigar and parts into metricbeat, but it is not clear yet how this will exactly look.

Thanks for your contribution.

@andrewkroh
Copy link
Member

@kinghrothgar Just checking in. Are you still pursing this? Is there anything I can do to help?

@andrewkroh
Copy link
Member

I opened PR #2257 to add FD usage information to the system.process MetricSet in Metricbeat.

I think the overall system FD usage information could go into a system.info MetricSet if we had one. That MetricSet would report things like OS version, uptime, total FD usage, virtualization info, etc.

@tsg tsg closed this as completed in #2257 Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants