Module erlperf_sup

Top-level supervisor.

Copyright © (C) 2019-2022, Maxim Fedorov

Behaviours: supervisor.

Description

Top-level supervisor. Always starts process group scope for erlperf. Depending on the configuration starts a number of jobs or a cluster-wide monitoring solution.

Function Index

init/1
start_link/0

Function Details

init/1

init(X1::[]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}

start_link/0

start_link() -> supervisor:startlink_ret()


Generated by EDoc