> > statMonitorTimer.start()
> >
> > but I am getting following error:
> >
> > Exception in thread Thread-4:
> > Traceback (most recent call last):
> > File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
> >
onitorLock.acquire()
> statMonitorTimer = Timer(10.0, self._collectFlowStats()) #timer to
> collect stats
> statMonitorTimer.start()
>
> but I am getting following error:
>
> Exception in thread Thread-4:
> Traceback (most recent call last):
> File "/usr/lib/pytho
self.statMonitorLock.acquire()
statMonitorTimer = Timer(10.0, self._collectFlowStats()) #timer to
collect stats
statMonitorTimer.start()
but I am getting following error:
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threadi