Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Checking that local Windows machine is idle

by enoch (Chaplain)
on Feb 04, 2001 at 04:27 UTC ( [id://56263]=note: print w/replies, xml ) Need Help??


in reply to Checking that local Windows machine is idle

SysInternals makes a program called PMon that is free for download and will give you a process listing.
open(LIST, "pmon|"); while(<LIST>) { # analyze output of pmon here... }
Something like above should do the trick. I have never used PMon, so I don't know what the ouput looks like, but I would think it would give you a process's current state in the output.

Jeremy

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://56263]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-23 16:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found