Re: [python-win32] Measuring cpu, memory and bandwith used by an application

2006-08-29 Thread Tim Golden
[Tor Erik Sønvisen] | Given a process id (or some other identificator), is it possible to | monitor resource usage of that process only? Sorry, very quick answer. You can do this sort of thing fairly easily with WMI. If you Google around for Wmi process monitoring, you'll probably find VBS examp

Re: [python-win32] Measuring cpu, memory and bandwith used by an application

2006-08-29 Thread Jim Vickroy
Tor Erik Sønvisen wrote: >Given a process id (or some other identificator), is it possible to >monitor resource usage of that process only? >___ >Python-win32 mailing list >Python-win32@python.org >http://mail.python.org/mailman/listinfo/python-win32 >

[python-win32] Measuring cpu, memory and bandwith used by an application

2006-08-29 Thread Tor Erik Sønvisen
Given a process id (or some other identificator), is it possible to monitor resource usage of that process only? ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32