package xapi-rrd

  1. Overview
  2. Docs
RRD library for use with xapi

Install

Dune Dependency

Authors

Maintainers

Sources

v1.8.2.tar.gz
sha256=9b61409e062aa4cade3ac51fbcfd22b1313876ce3f75972d6f23d4fdf60280be

doc/xapi-rrd/Rrd_timescales/index.html

Module Rrd_timescalesSource

Sourcetype t = {
  1. name : string;
  2. num_intervals : int;
  3. interval_in_steps : int;
}
Sourceval make : name:string -> num_intervals:int -> interval_in_steps:int -> unit -> t
Sourceval name_of : t -> string
Sourceval to_span : t -> int

Total length of time covered by the archive

Sourceval interval_to_span : t -> int

Length of time in one interval (clients requesting updates should poll at most every interval)

Sourceval to_json : t list -> string
Sourceval of_json : string -> t list
OCaml

Innovation. Community. Security.