Home | Trees | Indices | Help |
|
---|
|
Provides information on currently running processes, by examining
files in the /proc
filesystem. (So it doesn't work on OS X,
for example.) The processes
function returns a list of
Process
objects. Each Process
object reveals
information derived from /proc
, identifies parent and child
processes, and can be used to send signals to the process.
Classes | |
Process A Process object represents a process with a
particular PID.
|
Functions | |||
|
Function Details |
Returns a list of process objects based on the current contents of
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |