BUG-6890: Statistics-polling configuration
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
1 #All config parameters listed herein
2 #require to be configured before switch connection, else requires a switch restart
3 #All parameters here will be persisted, however need to change it explicitly for
4 #each node of the cluster.
5 #Flag to turn flow removed notification on/off.
6 #Flow removed notification is turned on by default. Default value false
7 notification-flow-removed-off=false
8 #Ability to skip pulling and storing of large table features. These features are still
9 #available via rpc but if set to true then maintenance in DS will be omitted
10 #Turned off by default. Default value true
11 skip-table-features=true
12 #Flag exposing backward compatible statistics rpcs providing result in form of async
13 #notification.Usage deprecated as of Bo upwards.
14 #Turned off by default. Default value false
15 is-statistics-rpc-enabled=false
16 #Timeout interval in milliseconds between each barrier message.
17 #Default value is set to 500 milliseconds
18 barrier-interval-timeout-limit=500
19 #Maximum outbound queue depth
20 #Default value is set to 25600
21 barrier-count-limit=25600
22 #Echo reply timeout specified on the controller side beyond which the connection is deemed dead
23 #Default value is set to 2000 milliseconds
24 echo-reply-timeout=2000
25 #flag to turn on/off statistics polling
26 #can be changed on demand
27 #Turned on by default. Default value is true
28 is-statistics-polling-on=true