Skip to content

Commit

Permalink
docs: add softflowd (#272)
Browse files Browse the repository at this point in the history
Co-authored-by:  René Rath <rath@oxl.at>
  • Loading branch information
lspgn and superstes authored Jan 6, 2024
1 parent 175421a commit 9c3b0e0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9c3b0e0

Please sign in to comment.