Authors: zhongwen (zhongwencool@gmail.com).
| get_change_system_info/1 | |
| get_memory_and_msg_queue_len/2 | |
| get_node_stats_list/2 | |
| get_ranklist_and_cost_time/6 | |
| get_reductions_and_memory/2 | |
| get_reductions_and_msg_queue_len/2 | |
| get_stable_system_info/1 | |
| start/0 | observer in erlang shell the refresh time is Milliseconds. |
| start/1 | |
| start/2 | |
| start_node/2 |
get_change_system_info(Node) -> [pos_integer() | pos_integer() | pos_integer()]
get_memory_and_msg_queue_len(Pid, Node) -> [{memory, Memory} | {message_queue_len, MessageLen}]
get_node_stats_list(Node, NodeStatsCostTime) -> [{[Absolutes::{atom(), term()}], [Increments::{atom(), term()}]}]
get_ranklist_and_cost_time(Node, Func, Type, Interval, Rows, Time) -> {Status, RemainTime}
get_reductions_and_memory(Pid, Node) -> [{reductions, Reductions} | {memory, Memory}]
get_reductions_and_msg_queue_len(Pid, Atom) -> [{reducions, Reductions} | {message_queue_len, Len}]
get_stable_system_info(Node::atom()) -> list()
start() -> no_return
observer in erlang shell the refresh time is Milliseconds
start(Node) -> no_return
start(Node, Cookies) -> no_return
start_node(Node, Opts) -> no_return
Generated by EDoc