system_monitor
events.
Behaviours: gen_server.
Filtering/rate-limiting mechanism for the Erlang virtual machine's
system_monitor
events.
README.md
file at the top of the source repository for details.
add_custom_handler/2 | Add a custom handler module to the riak_sysmon . |
call_custom_handler/2 | |
call_custom_handler/3 | Make a synchronous call to a riak_sysmon specific custom
event handler. |
start_link/0 | Starts the server. |
start_link/1 | Start riak_sysmon filter process. |
start_timer/0 | |
stop_timer/0 |
add_custom_handler(Module, Args) -> any()
Add a custom handler module to the riak_sysmon
.
riak_sysmon_example_handler:add_handler/0
function for
a usage example.
call_custom_handler(Module, Call) -> any()
call_custom_handler(Module, Call, Timeout) -> any()
Make a synchronous call to a riak_sysmon
specific custom
event handler.
riak_sysmon_example_handler:get_call_count/0
function for
a usage example.
start_link() -> {ok, Pid} | ignore | {error, Error}
Starts the server
start_link(MonitorProps) -> any()
Start riak_sysmon filter process
TheMonitorProps
arg is a property list that may contain zero
or more of the following atoms:
riak_sysmon
environment variable gc_ms_limit
.
riak_sysmon
environment variable process_heap_limit
.
busy_port
events. busy_dist_port
events. start_timer() -> any()
stop_timer() -> any()
Generated by EDoc, Feb 10 2017, 19:22:51.