Hello, all,
I need to track the CPU, Memory and Disk impact of running different SDK tools for SAP Business One. I have decided to use Windows' Performance Monitor (perfmon) for this analysis. For such, the metrics/counters I'm currently opting for % processor time, private bytes, and IO/s data bytes for each process involved in the tools' operation cycle or stress test.
I'm planning to monitor DI API, UI API and Service Layer related tools.
Which processes should I keep an eye out for each application? My guess is the SAP B1 executable as well as the add-on/application executable(s) should be a given. But which other processes might be impacted by one or many SDK tools that I might need to keep an eye out for as well during monitoring?
Thank you in advance.