Hello! Is it possible to obtain CPU usage by DDK API? Any suggestions
how can I do so in driver mode?

Thanks, Matt

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


Re: obtaining CPU usage by Doron

Doron
Mon Sep 11 01:00:15 CDT 2006

what is the goal of your measurement? are you trying to measure performance
impact during a test run or do you want to do this in a production driver in
the field?

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Mateusz Rutkowski" <matrut@gmail.com> wrote in message
news:1157873221.737857.103350@m73g2000cwd.googlegroups.com...
> Hello! Is it possible to obtain CPU usage by DDK API? Any suggestions
> how can I do so in driver mode?
>
> Thanks, Matt
>