Skip to content

owit profiles

Query CPU, memory, and other profiling data across all configured backends that support the profiles signal type.

Terminal window
owit profiles [filters] [flags]
Terminal window
# CPU profiles for a service
owit profiles type=cpu service=api-gateway --last 1h
# Top memory consumers
owit profiles type=memory --summarize "avg(value) by function" --last 30m --limit 10
# High CPU functions
owit profiles type=cpu value gt 80 --last 15m
FieldDescription
timestampRFC 3339 timestamp
_sourceBackend name
serviceService name
typeProfile type (cpu, memory, goroutine, etc.)
functionFunction name
valueProfiling value (unit depends on type)