Unix and Linux Discussions Tagged with webserver |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
12,095 |
Web Development |
|
|
|
1 |
6,666 |
Shell Programming and Scripting |
|
|
|
3 |
14,428 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,145 |
Linux |
|
|
|
2 |
3,694 |
Linux |
|
|
|
10 |
11,917 |
Ubuntu |
|
|
|
0 |
872 |
Software Releases - RSS News |
|
|
|
4 |
7,492 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,871 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,670 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,259 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,468 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
8,816 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,690 |
UNIX for Dummies Questions & Answers |
percept(3erl) Erlang Module Definition percept(3erl)
NAME
percept - Percept - Erlang Concurrency Profiling Tool.
DESCRIPTION
Percept - Erlang Concurrency Profiling Tool
This module provides the user interface for the application.
DATA TYPES
percept_option() = procs | ports | exclusive :
EXPORTS
analyze(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)