SUP-able functions

FunctionArgumentsDescription
active_sessions/0List active connections
active_sessions_by_account/1(AccountId)List active connections for a given account ID
active_sessions_by_ip/1(IPAddr)List active connections for a given IP address
running_modules/0List blackhole modules running on the server
start_module/1(Module)start blackhole module
start_module/2(Module,Persist)start (and toggle persistence) blackhole module
stop_module/1(Module)stop blackhole module
stop_module/2(Module,Persist)stop (and toggle persistence) blackhole module

On this page