percept_graph

Interface for CGI request on graphs used by percept.

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.

Functions


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

An ESI callback implementation used by the httpd server.

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

An ESI callback implementation used by the httpd server.

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

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

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