c++ - CPU Percentages found in Perfmon -


I am able to collect performance data from the client's programming data window. This data will be sent to the central server to store information and display graphically.

I am using the Windows Display API to collect system data. But now I have a little problem. The server needs to know how I send data relates to each other and I can not find anything useful on the web about the CPU counter. My question is, How to stand in relation

Example

% time of processor +% idle time = 100%

It is not too hard to find out other percentages on the hard work The Interrupt time, Biseshadikarit time or can not find any information on the user's time. For example, how are these standing in relation to the time of the processor, the final goal is to add all these values ​​and finally to get 100%.

Thank you in advance and sorry for my English, I hope my question is clear.

(in the end "in 15%" paragraph)

% Privilege Time +% User Time +% Idle Time = 100%

Which means that all other CPU time measurements are a subset of any of these three measures. "Counter Details" in Perfom describes the relationship for most of them, for example:

% DPC time% is a component of privileged time because DPCs are executed in privileged mode is.

% Interrupt time is not documented like this, but it is also clearly a component of the privileged time.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -