• Publicity: Public Only All

rrd-procs.tcl

RRD-procs - nx based monitoring and graphing

This file defines the following Objects and Classes: ::rrd::VolatileObject[i], ::rrd::Graph[i], ::rrd::Element[i], ::rrd::DataElement[i], ::rrd::DataLine[i], ::rrd::TrendLine[i], ::rrd::DataArea[i], ::rrd::DataSource[i], ::rrd::Plugin[i]

Location:
packages/rrd-tool/tcl/rrd-procs.tcl
Created:
2015-11-01
Author:
Gustaf Neumann
CVS Identification:
$Id: xowiki-procs.tcl,v 1.485.2.15 2015/10/22 08:28:42 gustafn Exp $

Procedures in this file

Detailed information

Class ::rrd::DataArea (public)

 ::nx::Class ::rrd::DataArea[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::DataElement (public)

 ::nx::Class ::rrd::DataElement[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::DataLine (public)

 ::nx::Class ::rrd::DataLine[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::DataSource (public)

 ::nx::Class ::rrd::DataSource[i]

Partial Call Graph (max 5 caller/called nodes):
%3 Rrd::create Rrd::create Rrd::lastupdate Rrd::lastupdate Rrd::update Rrd::update Class ::rrd::DataSource Class ::rrd::DataSource Class ::rrd::DataSource->Rrd::create Class ::rrd::DataSource->Rrd::lastupdate Class ::rrd::DataSource->Rrd::update

Testcases:
No testcase defined.

Class ::rrd::Element (public)

 ::nx::Class ::rrd::Element[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::Graph (public)

 ::nx::Class ::rrd::Graph[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::Plugin (public)

 ::nx::Class ::rrd::Plugin[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::TrendLine (public)

 ::nx::Class ::rrd::TrendLine[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

Class ::rrd::VolatileObject (public)

 ::nx::Class ::rrd::VolatileObject[i]

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataArea method render (public)

 <instance of rrd::DataArea[i]> render

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataElement method render (public)

 <instance of rrd::DataElement[i]> render

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataLine method render (public)

 <instance of rrd::DataLine[i]> render

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataSource method deleteRRD (public)

 <instance of rrd::DataSource[i]> deleteRRD

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataSource method lastupdate (public)

 <instance of rrd::DataSource[i]> lastupdate

Partial Call Graph (max 5 caller/called nodes):
%3 Rrd::lastupdate Rrd::lastupdate rrd::DataSource instproc lastupdate rrd::DataSource instproc lastupdate rrd::DataSource instproc lastupdate->Rrd::lastupdate

Testcases:
No testcase defined.

rrd::DataSource method requireRRD (public)

 <instance of rrd::DataSource[i]> requireRRD

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::DataSource method update (public)

 <instance of rrd::DataSource[i]> update [ -timestamp timestamp ] \
    value
Switches:
-timestamp
(defaults to "N") (optional)
Parameters:
value

Partial Call Graph (max 5 caller/called nodes):
%3 Rrd::update Rrd::update rrd::DataSource instproc update rrd::DataSource instproc update rrd::DataSource instproc update->Rrd::update

Testcases:
No testcase defined.

rrd::Graph method imgName (public)

 <instance of rrd::Graph[i]> imgName

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Graph method render (public)

 <instance of rrd::Graph[i]> render

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Plugin method baseResolution (public)

 <instance of rrd::Plugin[i]> baseResolution

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Plugin method datasource (public)

 <instance of rrd::Plugin[i]> datasource varName
Parameters:
varName

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Plugin method datasources (public)

 <instance of rrd::Plugin[i]> datasources

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Plugin method updateDataSource (public)

 <instance of rrd::Plugin[i]> updateDataSource varName value
Parameters:
varName
value

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::Plugin object method update (public)

 rrd::Plugin[i] update plugins
Parameters:
plugins

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

rrd::TrendLine method render (public)

 <instance of rrd::TrendLine[i]> render

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]