diff options
author | Nicolas Piatto <nico@lodpp.net> | 2018-04-12 21:11:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-12 21:11:55 +0700 |
commit | acab370fc63471c31e790e7fb3f2288dcf333236 (patch) | |
tree | 11bb9390b6d013f0f66348a817c1af114a4879c1 /network/sflowtool/README | |
parent | 63e849e78b8a14754a9fd4014b919729ec2833cf (diff) |
network/sflowtool: Added (print binary sFlow).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sflowtool/README')
-rw-r--r-- | network/sflowtool/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/sflowtool/README b/network/sflowtool/README new file mode 100644 index 0000000000000..da356e3609646 --- /dev/null +++ b/network/sflowtool/README @@ -0,0 +1,7 @@ +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. |