contrib/collecion3: Add graphs for `dns_opcode' and `io_octets'.
authorFlorian Forster <octo@noris.net>
Fri, 13 Mar 2009 14:34:30 +0000 (15:34 +0100)
committerFlorian Forster <octo@noris.net>
Fri, 13 Mar 2009 14:34:30 +0000 (15:34 +0100)
contrib/collection3/etc/collection.conf

index b7e76b2..b703e9f 100644 (file)
@@ -124,6 +124,13 @@ GraphWidth 400
   RRDFormat "%5.1lf%ss"
   Scale 0.001
 </Type>
+<Type dns_opcode>
+  DataSources value
+  DSName "value Queries/s"
+  RRDTitle "DNS Opcode {type_instance}"
+  RRDVerticalLabel "Queries/s"
+  RRDFormat "%6.1lf"
+</Type>
 <Type entropy>
   DataSources entropy
   DSName entropy Entropy bits
@@ -211,6 +218,16 @@ GraphWidth 400
 # RRDOptions ...
   RRDFormat "%5.1lf%s"
 </Type>
+<Type io_octets>
+  Module GenericIO
+  DataSources rx tx
+  DSName "rx Read   "
+  DSName "tx Written"
+  RRDTitle "IO Traffic ({instance})"
+  RRDVerticalLabel "Bytes per second"
+# RRDOptions ...
+  RRDFormat "%5.1lf%s"
+</Type>
 <Type ipt_bytes>
   DataSources value
   DSName value Bytes/s
@@ -247,12 +264,14 @@ GraphWidth 400
   DSName     "free Free    "
   DSName   "cached Cached  "
   DSName "buffered Buffered"
+  DSName   "locked Locked  "
   DSName     "used Used    "
   #Order used buffered cached free
   Order free cached buffered used
   Color free      00e000
   Color cached    0000ff
   Color buffered  ffb000
+  Color locked    ff00ff
   Color used      ff0000
 </Type>
 <Type mysql_commands>
@@ -262,6 +281,7 @@ GraphWidth 400
   RRDVerticalLabel "Invocations"
   RRDFormat "%6.2lf"
 
+
   DSName admin_commands admin_commands
   DSName alter_table alter_table
   DSName begin begin