Home | Trees | Indices | Help |
|
---|
|
object --+ | Process
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 .
|
|
command_line 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 |
Process object for a given pid .
For internal use only.
|
Process .
|
|
|
Property Details |
pidThe PID of thisProcess .
|
parentThe parent of thisProcess . Returns a
Process object.
|
descendentsA list containingProcess objects corresponding to the
descendents of this Process , (children, grandchildren,
etc.)
|
stateThe state of thisProcess .
|
sizeThe VM size of thisProcess .
|
rssThe VM RSS of thisProcess .
|
command_lineThe command-line used to create thisProcess .
|
envA map describing the environment in effect during the creation of thisProcess .
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 27 23:13:40 2008 | http://epydoc.sourceforge.net |