CC-4661: Listener Statistics
-add mount point names
This commit is contained in:
parent
5bd0fe0300
commit
34d0ee5954
2 changed files with 7 additions and 5 deletions
|
@ -102,11 +102,11 @@ class ListenerStat(Thread):
|
|||
self.logger.debug(stats)
|
||||
|
||||
self.push_stream_stats(stats)
|
||||
time.sleep(120)
|
||||
except Exception, e:
|
||||
top = traceback.format_exc()
|
||||
self.logger.error('Exception: %s', top)
|
||||
time.sleep(120)
|
||||
|
||||
time.sleep(120)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue