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

MongoDB, add "pages written from cache" #7803

Closed
GeeBee93 opened this issue Jul 8, 2020 · 3 comments
Closed

MongoDB, add "pages written from cache" #7803

GeeBee93 opened this issue Jul 8, 2020 · 3 comments
Labels
area/mongodb feature request Requests for new plugin and for new features to existing plugins

Comments

@GeeBee93
Copy link

GeeBee93 commented Jul 8, 2020

Feature Request

Proposal:

Currently the mongodb input supports already a lot of different statistics about the performance of an instance. However, the attribute "pages written from cache" is not implemented. Even mongodb says in their documentation (see: https://docs.mongodb.com/manual/reference/command/serverStatus/#serverstatus.wiredTiger.cache.pages-written-from-cache): Number of pages written from the cache. wiredTiger.cache.pages written from cache with the wiredTiger.cache.pages read into cache can provide an overview of the I/O activity.

Current behavior:

"wiredTiger.cache.pages written from cache" is not gathered at all.

Desired behavior:

"wiredTiger.cache.pages written from cache" would be available for further database performance analysis.

Use case:

As already stated in the documentation it would be great to have that attribute to get a better overview of I/O activity of a mongodb instance.

Thank you! :-)

@danielnelson danielnelson added area/mongodb feature request Requests for new plugin and for new features to existing plugins labels Jul 8, 2020
@GeeBee93
Copy link
Author

If somebody is interested, I forked telegraf and implemented the feature: GeeBee93@db1b20b

I would like to create a PR, but I am in the final steps of my master theses and really busy. However, just feel free and use my repo.

Awesome work telegraf - thank you so much!

@vikkyomkar
Copy link
Contributor

I will look into this issue

@reimda
Copy link
Contributor

reimda commented Sep 1, 2022

Looks like #7870 added this but didn't automatically close it.

@reimda reimda closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/mongodb feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

4 participants