Code

Enable the intel_rdt plugin
[pkg-collectd.git] / debian / collectd.conf
index f1759b6d3944ab645a7933431ffe062a1cc63136..2e1bf5fd3982e284bb7bb7c01cb1bdc656186ab5 100644 (file)
@@ -109,6 +109,7 @@ LoadPlugin cpu
 LoadPlugin df
 LoadPlugin disk
 #LoadPlugin dns
+#LoadPlugin dpdkstat
 #LoadPlugin drbd
 #LoadPlugin email
 LoadPlugin entropy
@@ -119,7 +120,9 @@ LoadPlugin entropy
 #LoadPlugin fscache
 #LoadPlugin gmond
 #LoadPlugin gps
+#LoadPlugin hugepages
 #LoadPlugin hddtemp
+#LoadPlugin intel_rdt
 LoadPlugin interface
 #LoadPlugin ipc
 #LoadPlugin ipmi
@@ -185,7 +188,6 @@ LoadPlugin swap
 #LoadPlugin uptime
 LoadPlugin users
 #LoadPlugin uuid
-#LoadPlugin varnish
 #LoadPlugin virt
 #LoadPlugin vmem
 #LoadPlugin vserver
@@ -194,6 +196,8 @@ LoadPlugin users
 #LoadPlugin write_http
 #LoadPlugin write_kafka
 #LoadPlugin write_log
+#LoadPlugin write_mongodb
+#LoadPlugin write_prometheus
 #LoadPlugin write_redis
 #LoadPlugin write_riemann
 #LoadPlugin write_sensu
@@ -294,6 +298,7 @@ LoadPlugin users
 #<Plugin battery>
 #      ValuesPercentage false
 #      ReportDegraded false
+#      QueryStateFS false
 #</Plugin>
 
 #<Plugin bind>
@@ -499,6 +504,16 @@ LoadPlugin users
 #      SelectNumericQueryTypes false
 #</Plugin>
 
+#<Plugin dpdkstat>
+#       Interval 1
+#       Coremask "0xf"
+#       ProcessType "secondary"
+#       FilePrefix "rte"
+#       EnabledPortMask 0xffff
+#       PortName "interface1"
+#       PortName "interface2"
+#</Plugin>
+
 #<Plugin email>
 #      SocketFile "/var/run/collectd-email"
 #      SocketGroup "collectd"
@@ -563,6 +578,18 @@ LoadPlugin users
 #      Port 7634
 #</Plugin>
 
+#<Plugin hugepages>
+#    ReportPerNodeHP  true
+#    ReportRootHP     true
+#    ValuesPages      true
+#    ValuesBytes      false
+#    ValuesPercentage false
+#</Plugin>
+
+#<Plugin "intel_rdt">
+#  Cores "0-2"
+#</Plugin>
+
 #<Plugin interface>
 #      Interface "eth0"
 #      IgnoreSelected false
@@ -651,7 +678,8 @@ LoadPlugin users
 #      <Instance "local">
 #              Socket "/var/run/memcached.sock"
 # or:
-#              Host "127.0.0.1"
+#              #Host "memcache.example.com"
+#              Address "127.0.0.1"
 #              Port "11211"
 #      </Instance>
 #</Plugin>
@@ -813,7 +841,7 @@ LoadPlugin users
 #</Plugin>
 
 #<Plugin notify_nagios>
-#      CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
+#      CommandFile "/var/lib/icinga/rw/icinga.cmd"
 #</Plugin>
 
 #<Plugin ntpd>
@@ -1164,6 +1192,27 @@ LoadPlugin users
 #                      Instance "local_user"
 #              </Match>
 #      </File>
+#      <File "/var/log/nginx/apache-time.log">
+#              #Use the following log format in nginx:
+#              #log_format response_time '[$host] "$upstream_response_time" ...'
+#              Instance "apache"
+#              <Match>
+#                      Regex "^\\S+ \"([0-9.]+)\""
+#                      <DSType Distribution>
+#                              Percentile 80    # -> latency-foo-80
+#                              Percentile 95    # -> latency-foo-95
+#                              Percentile 99    # -> latency-foo-99
+#                              Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
+#                              Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
+#                              Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
+#                              Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
+#                              Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
+#                              Bucket 2.0 0     # -> bucket-latency-foo-2_inf
+#                      </DSType>
+#                      Type "latency"
+#                      Instance "foo"
+#              </Match>
+#      </File>
 #</Plugin>
 
 #<Plugin tail_csv>
@@ -1252,41 +1301,13 @@ LoadPlugin users
 #      UUIDFile "/etc/uuid"
 #</Plugin>
 
-#<Plugin varnish>
-#      <Instance>
-#              CollectBackend true
-#              CollectBan false           # Varnish 3 and above
-#              CollectCache true
-#              CollectConnections true
-#              CollectDirectorDNS false   # Varnish 3 only
-#              CollectESI false
-#              CollectFetch false
-#              CollectHCB false
-#              CollectObjects false
-#              CollectPurge false         # Varnish 2 only
-#              CollectSession false
-#              CollectSHM true
-#              CollectSMA false           # Varnish 2 only
-#              CollectSMS false
-#              CollectSM false            # Varnish 2 only
-#              CollectStruct false
-#              CollectTotals false
-#              CollectUptime false        # Varnish 3 and above
-#              CollectdVCL false
-#              CollectVSM false           # Varnish 4 only
-#              CollectWorkers false
-#      </Instance>
-#
-#      <Instance "myinstance">
-#              CollectCache true
-#      </Instance>
-#</Plugin>
-
 #<Plugin virt>
 #      Connection "xen:///"
 #      RefreshInterval 60
 #      Domain "name"
 #      BlockDevice "name:device"
+#      BlockDeviceFormat target
+#      BlockDeviceFormatBasename false
 #      InterfaceDevice "name:device"
 #      IgnoreSelected false
 #      HostnameFormat name
@@ -1310,6 +1331,9 @@ LoadPlugin users
 #              StoreRates true
 #              AlwaysAppendDS false
 #              EscapeCharacter "_"
+#              SeparateInstances false
+#              PreserveSeparator false
+#              DropDuplicateFields false
 #      </Node>
 #</Plugin>
 
@@ -1345,6 +1369,22 @@ LoadPlugin users
 #      </Topic>
 #</Plugin>
 
+#<Plugin write_mongodb>
+#      <Node "example">
+#              Host "localhost"
+#              Port "27017"
+#              Timeout 1000
+#              StoreRates false
+#              Database "auth_db"
+#              User "auth_user"
+#              Password "auth_passwd"
+#      </Node>
+#</Plugin>
+
+#<Plugin write_prometheus>
+#      Port "9103"
+#</Plugin>
+
 #<Plugin write_redis>
 #      <Node "example">
 #              Host "localhost"