1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

docs: add softflowd (#272)

Co-authored-by:  René Rath <rath@oxl.at>
This commit is contained in:
Louis
2024-01-06 11:36:00 +03:00
committed by GitHub
parent 175421a5ad
commit 9c3b0e05d6

View File

@ -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
```