X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=51fe68d23831ddf01357226f96b3f2851a7471dc;hb=126b35ee8786a3aca1bcc1346a60bc528d06c414;hp=21a900bf88f369e127d67b43a623bffaa0cd86a6;hpb=3c2f6d2fe53d418768fe0a964939f5f0c3fef311;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 21a900bf..51fe68d2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2391,18 +2391,23 @@ extended NIC stats API in DPDK. B - Coremask "0x4" - MemoryChannels "4" - ProcessType "secondary" - FilePrefix "rte" - EnabledPortMask 0xffff - PortName "interface1" - PortName "interface2" + + Coremask "0x4" + MemoryChannels "4" + ProcessType "secondary" + FilePrefix "rte" + SocketMemory "1024" + + EnabledPortMask 0xffff + PortName "interface1" + PortName "interface2" B -=over 4 +=head3 The EAL block + +=over 5 =item B I @@ -2425,7 +2430,11 @@ The prefix text used for hugepage filenames. The filename will be set to =item B I A string containing amount of Memory to allocate from hugepages on specific -sockets in MB +sockets in MB. This is an optional value. + +=back + +=over 4 =item B I @@ -5455,15 +5464,15 @@ refer to them from. =head2 Plugin C -The I plugin monitors the link status of OVS connected interfaces, -dispatches the values to collectd and sends the notification whenever the link -state change occurs. This plugin uses OVS DB to get a link state change -notification. +The I plugin monitors the link status of I (OVS) +connected interfaces, dispatches the values to collectd and sends the +notification whenever the link state change occurs. This plugin uses OVS +database to get a link state change notification. B - Port "6640" + Port 6640 Address "127.0.0.1" Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" @@ -5477,22 +5486,21 @@ The plugin provides the following configuration options: =item B
I The address of the OVS DB server JSON-RPC interface used by the plugin. To -enable the interface, OVS DB daemon should be running with '--remote=ptcp:' +enable the interface, OVS DB daemon should be running with C<--remote=ptcp:> option. See L for more details. The option may be either network hostname, IPv4 numbers-and-dots notation or IPv6 hexadecimal string -format. Defaults to 'localhost'. +format. Defaults to B<'localhost'>. =item B I TCP-port to connect to. Either a service name or a port number may be given. -Please note that numerical port numbers must be given as a string. Defaults -to "6640". +Defaults to B<6640>. =item B I The UNIX domain socket path of OVS DB server JSON-RPC interface used by the plugin. To enable the interface, the OVS DB daemon should be running with -'--remote=punix:' option. See L for more details. If this +C<--remote=punix:> option. See L for more details. If this option is set, B
and B options are ignored. =item B [I ...]