Hi,
i want to find the Alteryx server peak times from MongoDB.
What are the tables , fields and jpin conditions from MongoDB need to find the Alteryx server peak times.
Thanks
@pnaveen It depends on what do you mean by 'peak'. If it is about resource usage(CPUs, RAM, etc), Mongo DB is not the one you should count on. Instead, try to run the script at Server's computer or use function available in the cloud provider(For example, Azure provides API to get resource of virtual machines.)
If it is about some assets in Alteryx Server, maybe you can refer to;AS_Results, AS_Queue, AS_Schedules.