Sys.Mon (Hyper v0.1.0)

Copy Markdown View Source

Supervises this node's real-time resource monitors and exposes their current readings to the scheduler via readings/0.

Summary

Functions

Returns a specification to start this module under a supervisor.

The current instantaneous + filtered reading for every monitored metric.

Start the monitor supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

readings()

@spec readings() :: Sys.Mon.Readings.t()

The current instantaneous + filtered reading for every monitored metric.

start_link(arg)

@spec start_link(term()) :: Supervisor.on_start()

Start the monitor supervisor.