mirror of
https://github.com/netsampler/goflow2.git
synced 2024-05-06 15:54:52 +00:00
@ -48,4 +48,15 @@ Sample packets using pcap, iptables nflog and many more. Uses NetFlow v9 or IPFI
|
||||
Run with
|
||||
```bash
|
||||
$ nprobe -i eth0 -n 10.0.0.1:2055 -V 10
|
||||
```
|
||||
```
|
||||
|
||||
### softflowd
|
||||
|
||||
[Documentation](https://github.com/irino/softflowd/blob/master/softflowd.md)
|
||||
|
||||
Sample packets using pcap. Uses NetFlow or IPFIX.
|
||||
|
||||
Run with
|
||||
```bash
|
||||
$ softflowd -i eth0 -n '10.0.0.1:2055' -P 'udp' -v 10
|
||||
```
|
||||
|
Reference in New Issue
Block a user