Re: Get CPU usage of a single process in Windows
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sat, 09 Sep 2006 06:17:16 GMT
Tor Erik <torerik81@xxxxxxxxx> wrote:
This should be possible as Taskmanager tracks CPU usage for every
process... Anyone know how this can be done?
I answered this in the python-win32 mailing list. Task manager and perfmon
do this by using the performance counter APIs. Python-Win32 includes an
interface for that (import win32pdh), but I've never used it.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Get CPU usage of a single process in Windows
- From: Tor Erik
- Get CPU usage of a single process in Windows
- Prev by Date: Re: best split tokens?
- Next by Date: Re: SQLwaterheadretard3 (Was: Is it just me, or is Sqlite3 goofy?)
- Previous by thread: Re: Get CPU usage of a single process in Windows
- Next by thread: RE: Get CPU usage of a single process in Windows
- Index(es):