monitor win process with the same name
I'm trying to monitor the memory usage of a process on a windows server. At any given time, there may be multiple instances of the process running, but there is always at least one instance of the process running.
When I use the processmem check, and specify the process name, it returns the memory usage for one of the instances. How can I see the the memory usage of the other instances? Can I specify a pid? Or better yet, is it possible to get a sum total of all the processes with that name?
When I use the processmem check, and specify the process name, it returns the memory usage for one of the instances. How can I see the the memory usage of the other instances? Can I specify a pid? Or better yet, is it possible to get a sum total of all the processes with that name?
This discussion has been closed.
Comments