Tor Erik Sønvisen wrote:

>Hi,
>
>This should be possible as Taskmanager tracks CPU usage for every 
>process... Anyone know how it can be done?
>  
>

TaskManager and perfmon get this information from the Win32 performance
counters.  Unfortunately, the performance counter API is a bit verbose. 
Python-Win32 does include a wrapper library, win32pdh, but I admit I've
never used it.

Still, that should give you enough Google search terms to find the
information...

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to