command line of a process.exe on another host

Giampaolo Rodola' gnewsg at gmail.com
Fri Jun 12 09:03:53 EDT 2009


On 12 Giu, 13:02, Tim Golden <m... at timgolden.me.uk> wrote:
> Giampaolo Rodola' wrote:
> > On 12 Giu, 00:18, "Harry" <h... at pillai.co.uk> wrote:
> >> HI ,
> >> I have number of process run on different windows servers which run's with
> >> different command line parameters.
> > You can easily do this with psutil [1]:
> > Since psutil uses the native Windows calls to retrieve such kind of
> > info it's a lot faster than using any WMI-based solution.
>
> Looks great (and it's certainly fast). Can you pick up processes
> on a different server? The docs don't seem to say so. Did I miss
> something? (It's not clear that the OP actually wants that altho'
> I read it that way).
>
> TJG


Sorry, I didn't notice the OP meant to retrieve information from a
remote machine.
And no, psutil can't do anything like that.


--- Giampaolo
http://code.google.com/p/pyftpdlib
http://code.google.com/p/psutil



More information about the Python-list mailing list