Hello,
Is it possible to retrieve the data available in the diagnostics tab of the server (CPU and RAM usage)?
The goal would be to include this graph or an equivalent in a report generated daily by Alteryx.
Do you have an idea ?
hey @LordingBeaten
unfortunately, the CPU and RAM usage is not stored within the MongoDB long term, they are simply a 1-hour snapshot of the usage on the Server.
I would recommend having a look at perfmon, which is a Microsoft application that allows you to graph and track these metrics over time. There is some more detail about this in this thread.
Hope this helps!