possible to check how much memory a service is taking up?
May be Marcus will correct me but I don't think its possible to check total memory usage for several instances of the same process.
Probably you can use "Process" test to monitor number of instances of the process? Or use "Performance Counter" test to monitor amount of memory used by all processes?
Regards
Alex
Probably you can use "Process" test to monitor number of instances of the process? Or use "Performance Counter" test to monitor amount of memory used by all processes?
Regards
Alex
we have a stray DLLHOST process, that mpops up in multiple instances and leaks memory
This is a problem of your web application. If a web application is not correctly handling all resources it uses.
But when using performance monitor on w2k, you can use the instance number(#1, #2, etc) of the process. So it must be possible to use this. Your only problem is that you have to know in front how many versions of the dll are running.
This is a problem of your web application. If a web application is not correctly handling all resources it uses.
But when using performance monitor on w2k, you can use the instance number(#1, #2, etc) of the process. So it must be possible to use this. Your only problem is that you have to know in front how many versions of the dll are running.