View Source erlperf_history (erlperf v2.1.0)
Link to this section Summary
Functions
Returns cluster history from time From (all fields), sorted by time.
Returns records between From and To (inclusive) Both From and To are Erlang system time in milliseconds.
Starts the server
Link to this section Functions
-spec get(From :: integer()) -> [{node(), erlperf_monitor:monitor_sample()}].
-spec get(From :: integer(), To :: integer()) -> [{node(), erlperf_monitor:monitor_sample()}].
-spec start_link() -> {ok, Pid :: pid()} | ignore | {error, Reason :: term()}.