monitor v0.1.1 Monitor.Server

Link to this section Summary

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

cpu()

cpu() :: map()
Link to this function

cpu(pid)

cpu(pid()) :: map()
Link to this function

disk()

disk() :: map()
Link to this function

disk(pid)

disk(pid()) :: map()
Link to this function

global_monitor_name()

global_monitor_name() :: {Monitor.Server, atom()}
Link to this function

global_monitor_name(node_name)

global_monitor_name(atom()) :: {Monitor.Server, atom()}
Link to this function

handle_cast(_, from, state)

Link to this function

mem()

mem() :: map()
Link to this function

mem(pid)

mem(pid()) :: map()
Link to this function

monitor_name()

monitor_name() :: {:global, {Monitor.Server, atom()}}
Link to this function

monitor_pid()

monitor_pid() :: :undefined | pid()
Link to this function

monitor_pid(node_name)

monitor_pid(atom()) :: :undefined | pid()
Link to this function

start_link(state)

start_link(any()) :: {:ok, pid()}
Link to this function

sys_mem()

sys_mem() :: map()
Link to this function

sys_mem(pid)

sys_mem(pid()) :: map()
Link to this function

unix_procs()

unix_procs() :: map()
Link to this function

unix_procs(pid)

unix_procs(pid()) :: map()