Module percept_graph

Interface for CGI request on graphs used by percept.

Description

Interface for CGI request on graphs used by percept. The module exports two functions that are implementations for ESI callbacks used by the httpd server. See http://www.erlang.org//doc/apps/inets/index.html.

Function Index

activity/3An ESI callback implementation used by the httpd server.
graph/3An ESI callback implementation used by the httpd server.
percentage/3
proc_lifetime/3
scheduler_graph/3

Function Details

activity/3

activity(SessionID, Env, Input) -> term()

An ESI callback implementation used by the httpd server.

graph/3

graph(SessionID, Env, Input) -> term()

An ESI callback implementation used by the httpd server.

percentage/3

percentage(SessionID, Env, Input) -> any()

proc_lifetime/3

proc_lifetime(SessionID, Env, Input) -> any()

scheduler_graph/3

scheduler_graph(SessionID, Env, Input) -> any()


Generated by EDoc