Re: obtaining CPU usage by Stephan
Stephan
Sun Sep 10 03:31:36 CDT 2006
Mateusz Rutkowski wrote:
> Hello! Is it possible to obtain CPU usage by DDK API? Any suggestions
> how can I do so in driver mode?
>
> Thanks, Matt
Network (NDIS) drivers can use NdisGetCurrentProcessorCpuUsage() -
*current* processor only. AFAIK, the function maps 1:1 to
(undocumented) ExGetCurrentProcessorCpuUsage().
Stephan