# `Sys.Mon`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/sys/mon.ex#L1)

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

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `readings`

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

The current instantaneous + filtered reading for every monitored metric.

# `start_link`

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

Start the monitor supervisor.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
