Owl.Metrics.GetSummary(): MetricsSummary

Server & Client

Aggregates framework-wide performance metrics, active object counts, memory footprints and task scheduler statistics.

Returns

MetricsSummaryComprehensive dictionary summarizing registered entities, lifecycle timings, memory usage and scheduler health.

Related Types

local summary = Owl.Metrics.GetSummary()
print("Services running:", summary.ServicesStarted, "/", summary.Services)
print("Framework Memory (MB):", string.format("%.2f", summary.MemoryMb))
print("Avg Init Time (s):", summary.AverageInitTime)