From: Florian Forster Date: Wed, 16 Sep 2009 09:43:57 +0000 (+0200) Subject: contrib/collection3: Add support for the “threads” and “total_requests” types. X-Git-Tag: collectd-4.7.4~19 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b041fa0aa000887b631dab3826e4549aefd660a5;p=collectd.git contrib/collection3: Add support for the “threads” and “total_requests” types. --- diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf index 1bef175d..2e05e73e 100644 --- a/contrib/collection3/etc/collection.conf +++ b/contrib/collection3/etc/collection.conf @@ -115,7 +115,7 @@ GraphWidth 400 DSName "read Read " DSName write Write RRDTitle "Disk Latency for {plugin_instance}" - RRDVerticalLabel "microseconds" + RRDVerticalLabel "seconds" Scale 0.000001 RRDFormat "%5.1lf %ss" @@ -568,6 +568,20 @@ GraphWidth 400 RRDVerticalLabel "°Celsius" RRDFormat "%4.1lf°C" + + DataSources value + DSName "value Threads" + RRDTitle "Threads ({instance})" + RRDVerticalLabel "Threads" + RRDFormat "%5.2lf" + + + DataSources value + DSName "value Requests/s" + RRDTitle "Requests ({instance})" + RRDVerticalLabel "Requests/s" + RRDFormat "%6.2lf" + DataSources value DSName "value Time"