Code

contrib/collection3: Add support for the “threads” and “total_requests” types.
authorFlorian Forster <octo@noris.net>
Wed, 16 Sep 2009 09:43:57 +0000 (11:43 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 16 Sep 2009 09:43:57 +0000 (11:43 +0200)
contrib/collection3/etc/collection.conf

index 1bef175dda23006294d9a5749792e25947c777e6..2e05e73e4dbdb2f5025da0894dbcb73358479398 100644 (file)
@@ -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"
 </Type>
@@ -568,6 +568,20 @@ GraphWidth 400
   RRDVerticalLabel "°Celsius"
   RRDFormat "%4.1lf°C"
 </Type>
+<Type threads>
+  DataSources value
+  DSName "value Threads"
+  RRDTitle "Threads ({instance})"
+  RRDVerticalLabel "Threads"
+  RRDFormat "%5.2lf"
+</Type>
+<Type total_requests>
+  DataSources value
+  DSName "value Requests/s"
+  RRDTitle "Requests ({instance})"
+  RRDVerticalLabel "Requests/s"
+  RRDFormat "%6.2lf"
+</Type>
 <Type total_time_in_ms>
   DataSources value
   DSName "value Time"