diff options
Diffstat (limited to 'conf/packet_adapter.conf')
| -rw-r--r-- | conf/packet_adapter.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/packet_adapter.conf b/conf/packet_adapter.conf new file mode 100644 index 0000000..e220a7c --- /dev/null +++ b/conf/packet_adapter.conf @@ -0,0 +1,18 @@ +[packet_io] +thread_num=8 +cpu_mask=2,3,4-9 +rx_burst_max=128 +bypass_traffic=0 +app_symbol=packet_adapter +app_device=eth_nf_packet_adapter + +[stat] +output_file=log/packet_adapter.fs2 +statsd_server=127.0.0.1 +statsd_port=8100 +# 1 : FS_OUTPUT_STATSD +# 2 : FS_OUTPUT_INFLUX_LINE +statsd_format=1 +statsd_cycle=2 +prometheus_listen_port=9001 +prometheus_listen_url=/packet_adapter_prometheus
\ No newline at end of file |
