![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Per-AppDomain CPU Performance Counters I have an application that creates multiple AppDomains performing various tasks. I would like to monitor the CPU usage per AppDomain. Is this possible using the System.Diagnostics performance counter API? Thanks! |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Per-AppDomain CPU Performance Counters stevenmcohn@xxxxxx wrote: Quote: > I have an application that creates multiple AppDomains performing > various tasks. I would like to monitor the CPU usage per AppDomain. > Is this possible using the System.Diagnostics performance counter > API? > can of course create your own performance counters and use these to keep track of relative load (you could measure requests/sec, for example) but you can't monitor CPU usage this way (at least not in any way that's accurate). You could conceivably hook up a profiler and measure time spent in different AppDomains, but I'm not aware of a profiler that offers this functionality by itself, and writing your own profiler is not a trivial task. -- J. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to read hardware performance counters in Windows Vista | Vista hardware & devices | |||
| in vista, where are the counters for network interface? | Vista General | |||
| Performance monitor not able to add any counters | Vista performance & maintenance | |||
| Powershell WMI Performance counters - refresher object needed? | PowerShell | |||
| How do I remotely capture performance counters? | PowerShell | |||