Hello everyone, recently I moved from MongoDB Atlas to a self-managed server, who already used MongoDB Atlas might know there's a Cluster monitor offered by MongoDB, which is great to keep track on how your cluster is performing.A similar and free tool is available on the downloadable server, which is called FreeMonitoring, but in this case it holds the data of the last 24H.Something I always wanted even with Atlas was the possibility to download all this data and further analyze it in order to improve performance and with the limitation of the FreeMonitoring tool(which I don't really complain, because it's free and perfect for standard use cases) I started to do some research on some NPM module which already does something similar, basically keeping track of the events on the cluster,such as: connectionEstablished, connectionClosed, Query, Insert, Update and Network IN/OUT.But unfortunately I haven't found such a tool on NPM, maybe I didn't research enough or for the right tool, so I came here to ask for some help from someone who already had to deal with such a task and it's more skilled.I'd like yo know if there a NPM module or a way to do this calls to the server in nodejs.Thank you for your time.
Submitted May 23, 2020 at 08:15PM by condrove10
No comments:
Post a Comment