Implement a running count of the number of events per minute
This commit is contained in:
@@ -24,6 +24,7 @@ class Stats:
|
||||
stats.append(" Unique: %s" % len(main.liveNets()))
|
||||
stats.append("Channels: %s" % numChannels)
|
||||
stats.append("User records: %s" % numWhoEntries)
|
||||
stats.append("Events/min: %s" % main.lastMinuteSample)
|
||||
counterEvents = count.getEvents()
|
||||
if counterEvents == None:
|
||||
stats.append("No counters records")
|
||||
|
||||
Reference in New Issue
Block a user