Greetings, I'm currently attempting to monitor various processes (.exe) that may run on a server at a various times within a given day. The end goal is to provide a detailed overview of the server load (CPU, Memory, Disk Utilization, etc.) caused by these various processes and its particular peak windows. Unfortunately, I having a difficult time on how I would approach this through the APM.
On the initial attempt, I created a process monitor for each process I wanted to monitor. However, this seems to only provides information on whether or not the process was running during each poll; not exactly what I had in mind.
With the end goal noted above, is this possible through the APM? Am I approaching this completely wrong?
Any information on this would be great.
Thanks!