UDP Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers. In addition, a sampling divisor N may be specified individually for each receiver, which will then only receive one in N of the received packets.
| Tags | Communications Networking Utilities |
|---|---|
| Licenses | Public Domain GPL |
| Operating Systems | POSIX Linux Solaris |
| Implementation | C |
- All comments
Recent commentsGreat tool for use with the nfdump/nfsen solution
I was having a real problem using nfdump to collect netflow statistics from multiple routers exporting to the same destination port.
This tool provided a simple and easily configurable method for splitting this traffic into multiple nfdump instances using the source IP of the exporter as a filtering condition (something that nfsen doesn't support natively)
Great job!
Charles
FreeBSD Gig Support
I try to use samplicator version 1.3.2 with freeBSD 4.6 and GigE card but the spoof address function did not work. I have switched to 100Meg card and it works fine.