Hello there,
i understand in unix in order to get the cpu run queue length you use the kstat function call. What is the equivalent for windows?
any help you can give me would greatly be appreciated
many thanks
This is a discussion on windows CPU run queue length within the C++ Programming forums, part of the General Programming Boards category; Hello there, i understand in unix in order to get the cpu run queue length you use the kstat function ...
Hello there,
i understand in unix in order to get the cpu run queue length you use the kstat function call. What is the equivalent for windows?
any help you can give me would greatly be appreciated
many thanks
What goal are you trying to achieve on Windows?
gg
i just want to display this information, nothing more
You'll have to use performance counters.
Looks like "System - Processor Queue Length" is what you want on Windows.
You can run "perfmon.msc" to play around with it.
Performance Counters (Windows)
gg
hi there,
thanks for gettign back to me, is Processor Queue Length the same as CPU run queue in unix?