| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module Monitor :: Class MonitorThread |
|
object--+ |_Verbose--+ |Thread--+ | MonitorThread
| Method Summary | |
|---|---|
__init__(self,
records,
host,
interval,
interface)
| |
Check the linux kernel revision. | |
Return the number of recorder. | |
The monitor task. | |
Thread jobs. | |
Set the monitored host. | |
Set the network interface to monitor. | |
Set the interval between monitoring. | |
Enable recording. | |
Stop the thread. | |
Stop recording. | |
| Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
checkKernelRev(self)Check the linux kernel revision. |
countRecorders(self)Return the number of recorder. |
monitor(self)The monitor task. |
run(self)Thread jobs.
|
setHost(self, host)Set the monitored host. |
setInterface(self, interface)Set the network interface to monitor. |
setInterval(self, interval)Set the interval between monitoring. |
startRecord(self)Enable recording. |
stop(self)Stop the thread. |
stopRecord(self)Stop recording. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:43 2007 | http://epydoc.sf.net |