📄 readme
字号:
PHP bindings for RRD Tool. Contained herein are bindings to allow you to interfacephp scripts with RRD tool directly via RRD tool's 'librrd' library,thus avoiding the need to use system() calls to the rrdtool binary. RRD Tool is an AMAZING package of tools to faciliatethe easy storage, retrieval, and graphing of statistics (usuallybut not limited to bit/byte counts from routers, switches, and hubs). It was written by the author of MRTG, Tobias Oetiker(oetiker@ee.ethz.ch). The primary web site for RRD Tool is:http://www.caida.org/Tools/RRDtoolReason I wrote this: Wanted to use PHP to create fairly real-time / dynamic web pages w/ RRD tool, but the only way was to use system()and popen() with PHP, since there was no direct interface to RRDTool from PHP. The fork()ing would have been slow and tediousso that was pretty much out of the question. I could have used the Perl library (RRDs) to interface ePerl, or mod_perl, or even 'rrdcgi', but I didn't really want to. I wanted to use PHP andthere was nothing to change my mind.You are free to redistribute the source provided my name iskept at the top of the source files as credit for the originalauthor. I make no warranties to the usability of this software,nor I am responsible if your machine explodes (although it shouldn't).BUGS: There might be some. Let me know: joeym@inficad.com. Patches to fix bugs you find are more welcome than simplereports of bugs (I don't have a lot of time to maintainthis code).http://netmon.inficad.com/php3_rrdtool/Joey Miller, <joeym@inficad.com>, SkyLynx / Inficad Communications,2/12/2000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -