1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: php4-rrdtool
Section: web
Priority: optional
Maintainer: Artur R. Czechowski <arturcz@hell.pl>
Build-Depends: debhelper (>= 4.1.16), php4-dev (>= 4:4.3.10-10), librrd0-dev
Standards-Version: 3.6.1.0
Package: php4-rrdtool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
Suggests: rrdtool
Description: RRD module for php4
This package provides a module for RRD functions in PHP scripts.
.
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). It stores the data in a very compact way that will not
expand over time, and it presents useful graphs by processing the data to
enforce a certain data density. It can be used either via simple wrapper
scripts (from shell or Perl) or via frontends that poll network devices and
put friendly user interface on it.
.
PHP4 is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl with a couple of unique PHP-specific features thrown
in. The goal of the language is to allow web developers to write
dynamically generated pages quickly.
|