monitor win process with the same name

zannizanni
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?

Comments

  • AdministratorAdministrator
    this is not possible. Only process name can be monitored not PID. PID's can be monitored through Windows' Performance Counters.
This discussion has been closed.