freebsd-ports/net/sflowtool/pkg-descr
Olli Hauer 4e4ec78d53 - update to 3.37
- change MASTER_SITE to GitHub
- use autoreconf
- adjust pkg-desc

Changelog:
3.37: - print rtmetric and rtflow samples
      - include timestamp in grep-friendly (-g) output
3.36: - incorporate buffer-overrun protection suggestions from Andre Gruenenberg
      - incorporate portability changes from Rowan Thorpe
      - incorporate IPv6 forwarding changes from Rowan Thorpe
      - print IPID field from IPv4 sampled headers
3.35: - add Broadcom ASIC counters structure
      - add TCP/IP counters structure
3.34: - decode new counters in host cpu struct (steal, guest, and guest_nice)
3.33: - bugfix: app-sample status and duration_uS fields were reversed
2015-11-01 11:18:52 +00:00

9 lines
416 B
Text

Print binary sFlow feed to ASCII, or forward it to other collectors.
This tool receives sFlow data, and generates either a simple-to-parse
tagged-ASCII output, or binary output in tcpdump(1) format. It can also
generate Cisco NetFlow version 5 datagrams and send them to a destination
UDP host:port, or forward the original sFlow feed to a number of
additional collectors.
WWW: https://github.com/sflow/sflowtool/