View Source erlperf_cluster_monitor (erlperf v2.1.0)
Link to this section Summary
Functions
Starts cluster-wide monitor with the specified handler, and links it to the caller. Use 'record_info(fields, monitor_sample)' to fetch all fields.
Link to this section Types
-type handler() :: {module(), atom(), term()} | file:filename_all() | {fd, io:device()} | io:device().
Link to this section Functions
-spec start_link(handler(), [atom()]) -> {ok, Pid :: pid()} | {error, Reason :: term()}.