Per-process CPU usage on Win95 / Win98 / WinME
Posted
by Hugh Allen
on Stack Overflow
See other posts from Stack Overflow
or by Hugh Allen
Published on 2008-09-19T07:51:25Z
Indexed on
2010/03/20
21:11 UTC
Read the original article
Hit count: 299
How can you programmatically measure per-process (or better, per-thread) CPU usage under windows 95, windows 98 and windows ME?
If it requires the DDK, where can you obtain that?
Please note the Win9x requirement. It's easy on NT.
EDIT: I tried installing the Win95/98 version of WMI, but Win32_Process.KernelModeTime
and Win32_Process.UserModeTime
return Null
(as do most Win32_Process
properties under win9x).
© Stack Overflow or respective owner