module
PlaceOS::Driver::Stats
Defined in:
placeos-driver/stats.crClass Method Summary
-
.dump_stats
Useful for debugging, it outputs memory usage and internal protocol queue values
-
.fiber_breakdown
Histogram of live fibers grouped by name.
- .memory_usage
- .protocol_tracking
Class Method Detail
def self.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
def self.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.