Home | Trees | Indices | Help |
|
---|
|
object --+ | Process
A Process
object represents a process with a particular
PID. The process may or may not be running when the Process
object is used. It is conceivable that the Process
object
does not represent the same process that was identified by the PID when
the Process
object was created.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
pid The PID of this Process .
|
|
parent The parent of this Process .
|
|
descendents A list containing Process objects corresponding to the
descendents of this Process , (children, grandchildren,
etc.)
|
|
state The state of this Process .
|
|
size The VM size of this Process .
|
|
rss The VM RSS of this Process .
|
|
commandline The command-line used to create this Process .
|
|
env A map describing the environment in effect during the creation of this Process .
|
|
Inherited from |
Method Details |
Creates a
|
Returns a string describing this
|
hash(x)
|
helper for pickle
|
Property Details |
pidThe PID of this
|
parentThe parent of this
|
descendentsA list containing
|
stateThe state of this
|
sizeThe VM size of this
|
rssThe VM RSS of this
|
commandlineThe command-line used to create this
|
envA map describing the environment in effect during the creation of this
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |