CPU use of process
-
Hi We would like to know how many CPU resources a running process is using. The problem is that we would like to know the resource use without the CPU resources used on associated I/O operations. Does any of you know of a performance counter that will allow us to gather data about CPU resource use excluding associated I/O operations? Thanks for your help, Mads Jensen Mads Jensen
-
Hi We would like to know how many CPU resources a running process is using. The problem is that we would like to know the resource use without the CPU resources used on associated I/O operations. Does any of you know of a performance counter that will allow us to gather data about CPU resource use excluding associated I/O operations? Thanks for your help, Mads Jensen Mads Jensen
You could write your own preformance counter to count only the information that you need within your product.