Module ep_monitor

System monitor: scheduler, RAM, and benchmarks throughput sampled.

Copyright © (C) 2019, Maxim Fedorov

Behaviours: gen_server.

Authors: Maxim Fedorov (maximfca@gmail.com).

Description

System monitor: scheduler, RAM, and benchmarks throughput sampled.

Function Index

handle_call/3
handle_cast/2
handle_info/2 Starts the server.
init/1
start_link/0 Starts the server.
terminate/2

Function Details

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

Starts the server

init/1

init(X1) -> any()

start_link/0

start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Starts the server

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc