⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 rrdtool
💻
字号:
TCLRRD -- A TCL interpreter extension to access the RRD library,	  contributed to Tobias Oetiker's RRD tools.Copyright (c) 1999,2000 Frank Strauss, Technical University of Braunschweig.See the file "COPYING" for information on usage and redistributionof this file, and for a DISCLAIMER OF ALL WARRANTIES.TCLRRD adds a dynamically loadable package to the Tcl 8.x interpreterto access all RRD functions as of RRDtool 1.0.13. All command namesand arguments are equal to those of RRDtool. They are assigned to thenamespace `Rrd', e.g.  `Rrd::create'. Return values are a bitdifferent from plain RRDtool behavior to enable more native Tclusage. Errors are mapped to the TCL_ERROR return code together withthe RRD error strings.TCLRRD makes it easy to combine RRD use with advanced SNMP functionalityof scotty (http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/). E.g., it's easyto use some scotty code to get the counters of some interfaces by theirinterface name and then use Rrd::update to store the values. Furthermore,data source types (see RRD::create documentation) and integer value rangescould be easily retrieved from MIB information.TCLRRD has been written on a Linux system for use with Tcl 8.x. It shouldwork on many other platforms, although it has not been tested. There areno fool proof installation procedures. Take a look at Makefile.am andadapt it, if required.TCLRRD has been written for RRD 1.0.13.	Frank Strauss <strauss@ibr.cs.tu-bs.de>, 09-Mar-2000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -