PlaceOS::Driver::Stats
Class methods
dump_stats
Useful for debugging, it outputs memory usage and internal protocol queue values
to obtain the stats you need to signal the process kill -s USR2 %PID
fiber_breakdown
Histogram of live fibers grouped by name. Spawns without an explicit name are grouped under "unnamed". A leaking spawn site shows up here as a count that climbs between dumps - which pinpoints the source without guessing.
memory_usage
Sourceprotocol_tracking
Source