Query: percept
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
percept(3erl) Erlang Module Definition percept(3erl)NAMEpercept - Percept - Erlang Concurrency Profiling Tool.DESCRIPTIONPercept - Erlang Concurrency Profiling Tool This module provides the user interface for the application.DATA TYPESpercept_option() = procs | ports | exclusive :EXPORTSanalyze(Filename::string()) -> ok | {error, Reason} Analyze file. profile(Filename::string()) -> {ok, Port} | {already_started, Port} See also: percept_profile . profile(Filename::string(), Options::[percept_option()]) -> {ok, Port} | {already_started, Port} See also: percept_profile . profile(Filename::string(), MFA::mfa(), Options::[percept_option()]) -> ok | {already_started, Port} | {error, not_started} See also: percept_profile . start_webserver() -> {started, Hostname, Port} | {error, Reason} Types Hostname = string() Port = integer() Reason = term() Starts webserver. start_webserver(Port::integer()) -> {started, Hostname, AssignedPort} | {error, Reason} Types Hostname = string() AssignedPort = integer() Reason = term() Starts webserver. If port number is 0, an available port number will be assigned by inets. stop_profile() -> ok | {error, not_started} See also: percept_profile . stop_webserver() -> ok | {error, not_started} Stops webserver.AUTHORS<> percept 0.8.5 percept(3erl)
Related Man Pages |
---|
eprof(3erl) - linux |
inets(3erl) - linux |
pg2(3erl) - linux |
snmpa_supervisor(3erl) - linux |
snmpm_network_interface(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
Please let me know Regarding Port Scan |
printing the content from a file |
How to check if a Port is accepting connections. |
Configure a domain in Solaris. |
RSYSLOG reports |