<div dir="auto"><div>Try to run bro or tcpdump feeding from  the pipes eth}0,.. I think  I encountered the same problem, if there is no application feeding of the lb&#39;s output, it can get stuck.</div><div dir="auto"><br></div><div dir="auto">Martina<br><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Dec 20, 2017 00:40, &quot;Scott Campbell&quot; &lt;<a href="mailto:scampbell@lbl.gov">scampbell@lbl.gov</a>&gt; wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently running bro current (2.5-372) on a Scientific Linux release<br>
6.9 kernel 2.6.32-696.13.2.el6.x86_64 .  The bro netmap module was added<br>
per directions:<br>
<br>
bro@xdev-m ~/bin&gt; ./bro -N Bro::Netmap<br>
Bro::Netmap - Packet acquisition via Netmap (dynamic, version 1.0)<br>
<br>
I downloaded and installed the current git netmap (<br>
MODULE_INFO(srcversion, &quot;70F039B58865AAE47076678&quot;) ) without issue, and<br>
there are no messages when the modules load besides what you would<br>
expect to see.<br>
<br>
What I am seeing is when I run the lb application it runs as expected<br>
for a few minutes, then stops forwarding packets and continues logging<br>
the same line regardless of how long you wait.  Sample logs follow.<br>
<br>
lb starts:<br>
<br>
&gt; [root@xdev-w1 lb]# ./lb -i eth5 -o 10 -p8 -B 1024<br>
&gt; 933.751533 main [600] interface is eth5<br>
&gt; 933.751614 main [621] requested 1024 extra buffers<br>
&gt; 934.080683 main [714] successfully opened netmap:eth5 (tx rings: 512)<br>
&gt; 934.080699 main [725] obtained 1024 extra buffers<br>
&gt; 934.081586 main [784] opening pipe named netmap:eth5{0/xT@1<br>
&gt; 934.081627 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081639 main [799] successfully opened pipe #1 netmap:eth5{0/xT@1 (tx slots: 512)<br>
&gt; 934.081646 main [803] zerocopy enabled<br>
&gt; 934.081671 main [784] opening pipe named netmap:eth5{1/xT@1<br>
&gt; 934.081692 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081700 main [799] successfully opened pipe #2 netmap:eth5{1/xT@1 (tx slots: 512)<br>
&gt; 934.081706 main [803] zerocopy enabled<br>
&gt; 934.081729 main [784] opening pipe named netmap:eth5{2/xT@1<br>
&gt; 934.081746 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081754 main [799] successfully opened pipe #3 netmap:eth5{2/xT@1 (tx slots: 512)<br>
&gt; 934.081760 main [803] zerocopy enabled<br>
&gt; 934.081786 main [784] opening pipe named netmap:eth5{3/xT@1<br>
&gt; 934.081803 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081813 main [799] successfully opened pipe #4 netmap:eth5{3/xT@1 (tx slots: 512)<br>
&gt; 934.081819 main [803] zerocopy enabled<br>
&gt; 934.081842 main [784] opening pipe named netmap:eth5{4/xT@1<br>
&gt; 934.081862 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081870 main [799] successfully opened pipe #5 netmap:eth5{4/xT@1 (tx slots: 512)<br>
&gt; 934.081876 main [803] zerocopy enabled<br>
&gt; 934.081899 main [784] opening pipe named netmap:eth5{5/xT@1<br>
&gt; 934.081916 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081923 main [799] successfully opened pipe #6 netmap:eth5{5/xT@1 (tx slots: 512)<br>
&gt; 934.081929 main [803] zerocopy enabled<br>
&gt; 934.081954 main [784] opening pipe named netmap:eth5{6/xT@1<br>
&gt; 934.081972 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.081980 main [799] successfully opened pipe #7 netmap:eth5{6/xT@1 (tx slots: 512)<br>
&gt; 934.081986 main [803] zerocopy enabled<br>
&gt; 934.082013 main [784] opening pipe named netmap:eth5{7/xT@1<br>
&gt; 934.082031 nm_mmap [987] do not mmap, inherit from parent<br>
&gt; 934.082041 main [799] successfully opened pipe #8 netmap:eth5{7/xT@1 (tx slots: 512)<br>
&gt; 934.082046 main [803] zerocopy enabled<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{0/xT@1<wbr>&quot;,&quot;output_ring&quot;:0,&quot;packets_<wbr>forwarded&quot;:85397,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:160.3504,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:19.4110,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{1/xT@1<wbr>&quot;,&quot;output_ring&quot;:1,&quot;packets_<wbr>forwarded&quot;:65319,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:29.0976,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:8.5940,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{2/xT@1<wbr>&quot;,&quot;output_ring&quot;:2,&quot;packets_<wbr>forwarded&quot;:317351,&quot;packets_<wbr>dropped&quot;:1300,&quot;data_forward_<wbr>rate_Mbps&quot;:395.4482,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:35.<wbr>4900,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{3/xT@1<wbr>&quot;,&quot;output_ring&quot;:3,&quot;packets_<wbr>forwarded&quot;:100570,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:148.8784,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:16.3190,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{4/xT@1<wbr>&quot;,&quot;output_ring&quot;:4,&quot;packets_<wbr>forwarded&quot;:75111,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:91.5148,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:11.4440,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{5/xT@1<wbr>&quot;,&quot;output_ring&quot;:5,&quot;packets_<wbr>forwarded&quot;:66920,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:66.1700,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:8.0000,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{6/xT@1<wbr>&quot;,&quot;output_ring&quot;:6,&quot;packets_<wbr>forwarded&quot;:143992,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:170.3500,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:17.5980,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5{7/xT@1<wbr>&quot;,&quot;output_ring&quot;:7,&quot;packets_<wbr>forwarded&quot;:67032,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:29.2870,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:5.2020,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728945.082923,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:1035728,&quot;packets_<wbr>forwarded&quot;:921692,&quot;packets_<wbr>dropped&quot;:1300,&quot;non_ip_packets&quot;<wbr>:18,&quot;data_forward_rate_Mbps&quot;:<wbr>1091.0964,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:122.0570,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;free_<wbr>buffer_slots&quot;:1024}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{0/xT@1<wbr>&quot;,&quot;output_ring&quot;:0,&quot;packets_<wbr>forwarded&quot;:517056,&quot;packets_<wbr>dropped&quot;:31870,&quot;data_forward_<wbr>rate_Mbps&quot;:583.9244,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:46.<wbr>9350,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{1/xT@1<wbr>&quot;,&quot;output_ring&quot;:1,&quot;packets_<wbr>forwarded&quot;:415852,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:583.7359,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:48.9310,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{2/xT@1<wbr>&quot;,&quot;output_ring&quot;:2,&quot;packets_<wbr>forwarded&quot;:998058,&quot;packets_<wbr>dropped&quot;:1300,&quot;data_forward_<wbr>rate_Mbps&quot;:925.2677,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:106.<wbr>8910,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{3/xT@1<wbr>&quot;,&quot;output_ring&quot;:3,&quot;packets_<wbr>forwarded&quot;:836948,&quot;packets_<wbr>dropped&quot;:14154,&quot;data_forward_<wbr>rate_Mbps&quot;:1321.3131,&quot;data_<wbr>drop_rate_Mbps&quot;:15.6000,&quot;<wbr>packet_forward_rate_kpps&quot;:91.<wbr>2690,&quot;packet_drop_rate_kpps&quot;:<wbr>1.0790,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{4/xT@1<wbr>&quot;,&quot;output_ring&quot;:4,&quot;packets_<wbr>forwarded&quot;:409670,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:519.5414,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:40.8310,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{5/xT@1<wbr>&quot;,&quot;output_ring&quot;:5,&quot;packets_<wbr>forwarded&quot;:395510,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:545.0672,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:42.6580,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{6/xT@1<wbr>&quot;,&quot;output_ring&quot;:6,&quot;packets_<wbr>forwarded&quot;:555556,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:592.1166,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:47.5850,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5{7/xT@1<wbr>&quot;,&quot;output_ring&quot;:7,&quot;packets_<wbr>forwarded&quot;:393490,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:515.1810,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:41.6850,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513728955.083739,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:5323612,&quot;packets_<wbr>forwarded&quot;:4522140,&quot;packets_<wbr>dropped&quot;:47324,&quot;non_ip_<wbr>packets&quot;:18,&quot;data_forward_<wbr>rate_Mbps&quot;:5586.1473,&quot;data_<wbr>drop_rate_Mbps&quot;:15.6000,&quot;<wbr>packet_forward_rate_kpps&quot;:466.<wbr>7870,&quot;packet_drop_rate_kpps&quot;:<wbr>1.0790,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
<br>
this continues for some time then :<br>
<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{0/xT@1<wbr>&quot;,&quot;output_ring&quot;:0,&quot;packets_<wbr>forwarded&quot;:4920687,&quot;packets_<wbr>dropped&quot;:33825,&quot;data_forward_<wbr>rate_Mbps&quot;:10.7695,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:2.0180,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{1/xT@1<wbr>&quot;,&quot;output_ring&quot;:1,&quot;packets_<wbr>forwarded&quot;:5930891,&quot;packets_<wbr>dropped&quot;:3760,&quot;data_forward_<wbr>rate_Mbps&quot;:47.3625,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:9.5640,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{2/xT@1<wbr>&quot;,&quot;output_ring&quot;:2,&quot;packets_<wbr>forwarded&quot;:16009392,&quot;packets_<wbr>dropped&quot;:130519,&quot;data_forward_<wbr>rate_Mbps&quot;:849.3118,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:77.<wbr>2920,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{3/xT@1<wbr>&quot;,&quot;output_ring&quot;:3,&quot;packets_<wbr>forwarded&quot;:7001918,&quot;packets_<wbr>dropped&quot;:1337878,&quot;data_<wbr>forward_rate_Mbps&quot;:36.4586,&quot;<wbr>data_drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:5.<wbr>6990,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{4/xT@1<wbr>&quot;,&quot;output_ring&quot;:4,&quot;packets_<wbr>forwarded&quot;:5250042,&quot;packets_<wbr>dropped&quot;:1403,&quot;data_forward_<wbr>rate_Mbps&quot;:161.3338,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:17.<wbr>7030,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;overflow_queue_size&quot;:<wbr>0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{5/xT@1<wbr>&quot;,&quot;output_ring&quot;:5,&quot;packets_<wbr>forwarded&quot;:5426001,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:67.0789,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:7.9150,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{6/xT@1<wbr>&quot;,&quot;output_ring&quot;:6,&quot;packets_<wbr>forwarded&quot;:5991695,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:58.6742,&quot;data_drop_rate_<wbr>Mbps&quot;:0.0000,&quot;packet_forward_<wbr>rate_kpps&quot;:7.5420,&quot;packet_<wbr>drop_rate_kpps&quot;:0.0000,&quot;<wbr>overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5{7/xT@1<wbr>&quot;,&quot;output_ring&quot;:7,&quot;packets_<wbr>forwarded&quot;:5094833,&quot;packets_<wbr>dropped&quot;:0,&quot;data_forward_rate_<wbr>Mbps&quot;:152.4217,&quot;data_drop_<wbr>rate_Mbps&quot;:0.0000,&quot;packet_<wbr>forward_rate_kpps&quot;:15.5730,&quot;<wbr>packet_drop_rate_kpps&quot;:0.0000,<wbr>&quot;overflow_queue_size&quot;:0}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:62232503,&quot;packets_<wbr>forwarded&quot;:55625459,&quot;packets_<wbr>dropped&quot;:1507385,&quot;non_ip_<wbr>packets&quot;:413,&quot;data_forward_<wbr>rate_Mbps&quot;:1383.4110,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:143.<wbr>3050,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:62232503,&quot;packets_<wbr>forwarded&quot;:55625459,&quot;packets_<wbr>dropped&quot;:1507385,&quot;non_ip_<wbr>packets&quot;:413,&quot;data_forward_<wbr>rate_Mbps&quot;:1383.4110,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:143.<wbr>3050,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:62232503,&quot;packets_<wbr>forwarded&quot;:55625459,&quot;packets_<wbr>dropped&quot;:1507385,&quot;non_ip_<wbr>packets&quot;:413,&quot;data_forward_<wbr>rate_Mbps&quot;:1383.4110,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:143.<wbr>3050,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:62232503,&quot;packets_<wbr>forwarded&quot;:55625459,&quot;packets_<wbr>dropped&quot;:1507385,&quot;non_ip_<wbr>packets&quot;:413,&quot;data_forward_<wbr>rate_Mbps&quot;:1383.4110,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:143.<wbr>3050,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
&gt; {&quot;ts&quot;:1513729195.106307,&quot;<wbr>interface&quot;:&quot;netmap:eth5&quot;,&quot;<wbr>output_ring&quot;:null,&quot;packets_<wbr>received&quot;:62232503,&quot;packets_<wbr>forwarded&quot;:55625459,&quot;packets_<wbr>dropped&quot;:1507385,&quot;non_ip_<wbr>packets&quot;:413,&quot;data_forward_<wbr>rate_Mbps&quot;:1383.4110,&quot;data_<wbr>drop_rate_Mbps&quot;:0.0000,&quot;<wbr>packet_forward_rate_kpps&quot;:143.<wbr>3050,&quot;packet_drop_rate_kpps&quot;:<wbr>0.0000,&quot;free_buffer_slots&quot;:<wbr>1024}<br>
<br>
The individual sub interfaces created by lb no longer report, but every<br>
10 seconds (as configured) 9 identical lines (8 from -p 8 , and one from<br>
eth5) print out with the numbers no longer changing.<br>
<br>
Interface counters on eth5 continue to move so the interface is still<br>
seeing data.  As well the time it takes for this to happen seems to<br>
vary.  I have reloaded the modules, run lb as a user or root, changed<br>
the configuration parameters, rebooted the system all to no avail.<br>
<br>
Any thoughts?<br>
<br>
scott<br>
______________________________<wbr>_________________<br>
bro-dev mailing list<br>
<a href="mailto:bro-dev@bro.org">bro-dev@bro.org</a><br>
<a href="http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev" rel="noreferrer" target="_blank">http://mailman.icsi.berkeley.<wbr>edu/mailman/listinfo/bro-dev</a><br>
</blockquote></div><br></div></div></div>