Instruments. Sysmon. Supervisor
(Instruments v2.12.0)
Copy Markdown
The system monitor is broken into three concepts: the Reporter, the Emitter, and the Receiver.
The Reporter subscribes to :erlang.system_monitor and will forward system
monitor events it receives to subscribers.
The Emitter is responsible for receiving events from the Reporter and invoking the appropriate handler on the Receiver.
Since only one process can subscribe to system monitor events, this is opt-in
and must be enabled by setting :enable_sysmon to true in the
:instruments application environment.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for Supervisor.init/1.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for Supervisor.init/1.