You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :-)
The text was updated successfully, but these errors were encountered:
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! :-)
The text was updated successfully, but these errors were encountered: