Hi Appian Community,
I am currently working on optimizing the performance of our processes in Appian and would like to monitor the memory usage of individual processes. Specifically, I am interested in obtaining the Appian Memory Units (AMUs) consumed by each process and including this information in our task reports. This way, we can query these reports using Process Analytics.
Does anyone have experience or insights on how to capture and report the memory usage of processes in Appian? Any guidance on integrating this data into task reports and making it available for analytics would be greatly appreciated.
Discussion posts and replies are publicly visible
I could find information on process size from Health Check Report logs on System Logs/health-check/hc-process-model-sizing.csv
I am ordering the last column (Total Process Size) and its giving me the same problematic processes that shows on Process Model Metrics page, but not the same AMU count. But at least is something.