Implement a running count of the number of events per minute

This commit is contained in:
2019-07-28 15:07:46 +01:00
parent 38cabc0472
commit 4ce093bfbe
4 changed files with 16 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ MonitorPool = []
CommandMap = {}
runningSample = 0
lastMinuteSample = 0
def nets():
if not "pool" in globals():
return