Re: [python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread Tim Golden
[EMAIL PROTECTED] wrote: Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script

Re: [python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread Larry Bates
[EMAIL PROTECTED] wrote: Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script

[python-win32] Capturing a Python script's Task Manager statistics

2008-06-20 Thread python
Anyone know of a way to have a Python script capture its own Task Manager statistics? I have a long running Python script whose CPU, memory, disk i/o, and network traffic I would like to monitor. An alternative more generic approach would be to run an 'observer' script that would monitor all Task