Difference between revisions of "RRDtool"

From Free Software Directory
Jump to: navigation, search
m (AMDmi3 moved page RRD Tool to RRDtool: Rename according to canonical project name)
(etc.: add VCS clone shell command)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
|Full description=RRD is an 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. It does this by processing the data to enforce a certain data density, and can create graphs based on the stored data. It can be used either via simple wrapper scripts (from a shell or Perl) or via frontends that poll network devices and put a friendly user interface on it.
 
|Full description=RRD is an 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. It does this by processing the data to enforce a certain data density, and can create graphs based on the stored data. It can be used either via simple wrapper scripts (from a shell or Perl) or via frontends that poll network devices and put a friendly user interface on it.
 
|Homepage URL=http://oss.oetiker.ch/rrdtool/
 
|Homepage URL=http://oss.oetiker.ch/rrdtool/
 +
|Version download=https://github.com/oetiker/rrdtool-1.x/releases/download/v1.7.2/rrdtool-1.7.2.tar.gz
 
|User level=none
 
|User level=none
 
|Computer languages=C
 
|Computer languages=C
Line 12: Line 13:
 
|Version date=2016/04/19
 
|Version date=2016/04/19
 
|Version status=stable
 
|Version status=stable
|Version download=http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.6.0.tar.gz
 
 
|Version comment=1.6.0 stable released 2016-04-19
 
|Version comment=1.6.0 stable released 2016-04-19
 
|Last review by=Alejandroindependiente
 
|Last review by=Alejandroindependiente
Line 18: Line 18:
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2001-01-30
 
|License verified date=2001-01-30
Line 24: Line 23:
 
{{Project license
 
{{Project license
 
|License=GPLv2
 
|License=GPLv2
 +
|License copyright=Copyright (c) 1997-2019 Tobias Oetiker
 +
All rights reserved.
 
|License verified by=Janet Casey
 
|License verified by=Janet Casey
 
|License verified date=2001-01-30
 
|License verified date=2001-01-30
 +
|License note=https://github.com/oetiker/rrdtool-1.x/blob/master/LICENSE
 +
https://github.com/oetiker/rrdtool-1.x/blob/master/COPYRIGHT
 +
}}
 +
{{Software category
 +
|Interface=command-line, x-window-system
 +
|System-administration=monitor
 +
|Use=system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=autoconf
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=automake
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=libtool
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=Perl
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=GNU make
 
}}
 
}}
 
{{Person
 
{{Person
Line 31: Line 62:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=tobi@oetiker.ch
 
|Email=tobi@oetiker.ch
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Role=Contributor
 
|Role=Contributor
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 52: Line 81:
 
|Resource URL=mailto:rrd-users@list.ee.ethz.ch
 
|Resource URL=mailto:rrd-users@list.ee.ethz.ch
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line, x-window-system
+
|Resource kind=Changelog
|System-administration=monitor
+
|Resource URL=https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
|Use=system-administration
 
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Required to build
+
|Resource kind=Bug Tracking
|Prerequisite description=autoconf
+
|Resource URL=https://github.com/oetiker/rrdtool-1.x/issues
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Required to build
+
|Resource audience=Documentation
|Prerequisite description=automake
+
|Resource kind=General
 +
|Resource URL=https://oss.oetiker.ch/rrdtool/doc/index.en.html
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Required to build
+
|Resource kind=Download
|Prerequisite description=libtool
+
|Resource URL=https://oss.oetiker.ch/rrdtool/download.en.html
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=Perl
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to build
+
|Is High Priority Project=No
|Prerequisite description=GNU make
+
|VCS checkout command=git clone https://github.com/oetiker/rrdtool-1.x.git
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 20:42, 18 June 2021


[edit]

RRD Tool

http://oss.oetiker.ch/rrdtool/
Stores and displays time-series data

RRD is an 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. It does this by processing the data to enforce a certain data density, and can create graphs based on the stored data. It can be used either via simple wrapper scripts (from a shell or Perl) or via frontends that poll network devices and put a friendly user interface on it.





Licensing

License

Verified by

Verified on

Notes




Leaders and contributors

Contact(s)Role
Tobi Oetiker Maintainer
Contributor


Resources and communication

AudienceResource typeURI
DocumentationGeneralhttps://oss.oetiker.ch/rrdtool/doc/index.en.html
Downloadhttps://oss.oetiker.ch/rrdtool/download.en.html
DeveloperE-mailmailto:rrd-developers@list.ee.ethz.ch
Changeloghttps://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
Bug Tracking,SupportE-mailmailto:rrd-users@list.ee.ethz.ch
Bug Trackinghttps://github.com/oetiker/rrdtool-1.x/issues
HelpE-mailmailto:rrd-announce@list.ee.ethz.ch


Software prerequisites

KindDescription
Required to buildPerl
Required to buildautoconf
Required to buildGNU make
Required to buildlibtool
Required to buildautomake




Entry



































"Documentation" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.