system_information

Functions


start() -> term()

stop() -> term()

load_report() -> term()

load_report(X1, File) -> term()

report() -> term()

to_file(File) -> term()

from_file(File) -> term()

applications() -> term()

applications(Opts) -> term()

application(App) -> term()

application(App, Opts) -> term()

environment() -> term()

environment(Opts) -> term()

module(M) -> term()

module(M, Opts) -> term()

modules(Opt) -> term()

init(X1) -> term()

handle_call(Req, From, S) -> term()

handle_cast(Msg, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

code_change(OldVsn, State, Extra) -> term()

View Functions