evennia.server.profiling.memplot¶
Script that saves memory and idmapper data over time.
Data will be saved to game/logs/memoryusage.log. Note that the script will append to this file if it already exists.
Call this module directly to plot the log (requires matplotlib and numpy).
- class evennia.server.profiling.memplot.Memplot(*args, **kwargs)[source]¶
Bases:
DefaultScriptDescribes a memory plotting action.
- exception DoesNotExist¶
Bases:
DoesNotExist
- exception MultipleObjectsReturned¶
Bases:
MultipleObjectsReturned
- path = 'evennia.server.profiling.memplot.Memplot'¶
- typename = 'Memplot'¶