How can I track/monitor an application and system resources.

Tim Golden mail at timgolden.me.uk
Fri Feb 23 04:07:13 EST 2007


richard_l at latter.demon.co.uk wrote:
> The phone reference is actually because the target device is WM 5.0.
> I've found a python port Pyce that will run on this platform.  We have
> a target application that runs on this platform which we would like to
> develop some automated tests for.  The application is written in VC++
> and we're using python to stress test it!

You'll have to investigate a bit to see what APIs are
available for the platform. I'm afraid I've no experience
with portable devices, but some of my colleagues who've
done embedded database work on GPRS scanners tell me that
the API is quite cut-back.

Apart from WMI -- which could well not be there -- there
are also the Performance APIs which are exposed by pywin32
in the win32pdh module. Again, though, you'd have to check
if they're supported.

TJG



More information about the Python-list mailing list