From 6b0ea91d8ea8a1ac792b1f411007ab2eecb541f2 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 17 Jun 2014 10:21:00 +0200 Subject: [PATCH 1/3] Add InfluxDB in catagory Metric --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaffd54..0a005b3 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Collectd](http://collectd.org/) - System statistic collection daemon. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon * [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server. +* [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. ## Network Configuration Management From 7911abc660ca6e449426e60d6c545f1a8c71843c Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 17 Jun 2014 10:22:35 +0200 Subject: [PATCH 2/3] Add RRDtool in category Metric --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a005b3..7982a50 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon * [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server. * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. +* [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. ## Network Configuration Management From 9f27f978940baadaeffc36c690af9393ce104220 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 17 Jun 2014 10:24:17 +0200 Subject: [PATCH 3/3] Add Collectl in category Metric --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7982a50..9624453 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ *Metric gathering and display software.* * [Collectd](http://collectd.org/) - System statistic collection daemon. +* [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon * [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server. * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies.