| Summary: | Wrong "Date flow start" and "Duration Proto" in version 9 with nfcapd | ||
|---|---|---|---|
| Product: | softflowd | Reporter: | a-zazell <8509985> |
| Component: | softflowd | Assignee: | Damien Miller <djm> |
| Status: | CLOSED INVALID | ||
| Severity: | critical | CC: | 8509985 |
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | amd64 | ||
| OS: | FreeBSD | ||
|
Description
a-zazell
2011-10-19 17:00:05 AEDT
Now we install nfdump on Sensor machine: # pkg_info | grep nfdump nfdump-1.6.4 Command-line tools to collect and process NetFlow data Same problem ... Now i try this: #softflowd -i lan -n 127.0.0.1:9998 -p /var/run/softflowd.lan.pid -c /var/run/softflowd.lan.ctl -t maxlife=300 #nfcapd -w -D -z -n local,127.0.0.1,/tmp/netflowv9 -p 9998 -t 300 -P /tmp/netflowv9/9998.pid -B 200000 And we have norm output: # nfdump -r nfcapd.201110192310 Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows 2011-10-19 23:09:20.381 0.000 TCP 64.4.62.124:81 -> 10.7.8.230:1825 1 40 1 2011-10-19 23:11:47.595 12.775 TCP 10.7.8.230:1847 -> 74.125.79.104:80 17 4589 1 2011-10-19 23:11:47.595 12.775 TCP 74.125.79.104:80 -> 10.7.8.230:1847 31 28173 1 2011-10-19 23:11:56.585 3.477 TCP 10.7.8.230:1862 -> 74.125.79.104:80 22 4825 1 2011-10-19 23:11:56.585 3.477 TCP 74.125.79.104:80 -> 10.7.8.230:1862 46 49094 1 2011-10-19 23:09:17.224 317.015 ICMP 10.7.8.20:0 -> 8.8.8.8:8.0 309 18540 1 2011-10-19 23:09:17.314 316.015 ICMP 8.8.8.8:0 -> 10.7.8.20:0.0 306 18360 1 2011-10-19 23:09:18.014 320.709 ICMP 10.7.8.230:0 -> 8.8.8.8:8.0 189 11340 1 ... ... Summary: total flows: 55, total bytes: 483200, total packets: 3268, avg bps: 11975, avg pps: 10, avg bpp: 147 Time window: 2011-10-19 23:09:16 - 2011-10-19 23:14:39 Total flows processed: 55, Blocks skipped: 0, Bytes read: 2912 Sys: 0.002s flows/second: 24336.3 Wall: 0.000s flows/second: 77355.8 softflowd is not longer in this bugtracker softflowd is not longer in this bugtracker closing bugs resolved before openssh-8.9 |