Module rrdtool

An erlang module to interface with rrdtool's remote control mode as an erlang port.

Behaviours: gen_server.

Description

An erlang module to interface with rrdtool's remote control mode as an erlang port.

Function Index

create/5
start/0
start/1
start_link/0
start_link/1
stop/1
update/3
update/4

Function Details

create/5

create(Pid, Filename, Datastores, RRAs, Options) -> any()

start/0

start() -> any()

start/1

start(RRDTool) -> any()

start_link/0

start_link() -> any()

start_link/1

start_link(RRDTool) -> any()

stop/1

stop(Pid) -> any()

update/3

update(Pid, Filename, DatastoreValues) -> any()

update/4

update(Pid, Filename, DatastoreValues, Time) -> any()


Generated by EDoc