ZODB load/store activity monitor
This simple implementation just keeps a small log in memory and iterates over the log when getActivityAnalysis() is called.
It assumes that log entries are added in chronological sequence, which is only guaranteed because DB.py holds a lock when calling the closedConnection() method.
There are no base classes.
There are no implemented interfaces.
There are no attributes in this class.
closedConnection(conn)
getActivityAnalysis(start=0, end=0, divisions=10)
getHistoryLength()
setHistoryLength(history_length)
trim(now)
There are no known subclasses.