module

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

Source
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.

Source
memory_usage
Source
protocol_tracking
Source