| Trees | Indices | Help |
|
|---|
|
|
Class NetProcess represents one network connection. Most of the properties are read from /proc/net/{tcp,udp,raw} lines. The class uses dictionary-like mapping.
The fields we remember about a process are described in NetProcess.keys. Mapping of someof them to fields in /proc/net file are in NetProcess.keys. In order to save some space, TCP states are stored in NetProcess.states and every process has only an integer pointing into this list.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
keys =
|
|||
fields =
|
|||
states =
|
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|||
keys
|
fields
|
states
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu May 10 00:30:03 2007 | http://epydoc.sourceforge.net |