Re: [python-win32] WMI Performance API

2006-04-11 Thread Michel Claveau
Hi! Just for info : You have many exemples of WMI with Python, on this MS's site : http://www.microsoft.com/technet/scriptcenter/scripts/python @-salutations Michel Claveau ___ Python-win32 mailing list Python-win32@python.org http://mail.

Re: [python-win32] WMI Performance API

2006-04-11 Thread Tim Golden
[Erik Dahl] | I want to use the WMI Performance API to collect performance | information from remote boxes. The WMI stuff needs a certain amount of -- imho -- mildly bizarre plumbing work. To save you the trouble, I've put together a WMI module which I know a few people are using. http://timgo

Re: [python-win32] WMI Performance API

2006-04-10 Thread Mark Hammond
> I want to use the WMI Performance API to collect performance > information from remote boxes. To do this I need to create a > WbemScripting. SWbemRefresher object like so: > > objRefresher = CreateObject("WbemScripting.SWbemRefresher") > > Is CreateObject something that is available from python