README.md in fluent-plugin-sflow-0.2.1 vs README.md in fluent-plugin-sflow-0.3.0

- old
+ new

@@ -1,12 +1,12 @@ # fluent-plugin-sflow -[![Build Status](https://travis-ci.org/codeout/fluent-plugin-sflow.svg?branch=master)](https://travis-ci.org/codeout/fluent-plugin-sflow) +[![Build Status](https://travis-ci.org/codeout/fluent-plugin-sflow.svg?branch=fluentd-0.14)](https://travis-ci.org/codeout/fluent-plugin-sflow) -## This branch is valid only for Fluentd 0.12.40 or later +## This branch is valid only for Fluentd 0.14.x -See [0.14.x branch](https://github.com/codeout/fluent-plugin-sflow/tree/fluentd-0.14) for Fluentd 0.14.x. +See [0.12.x branch](https://github.com/codeout/fluent-plugin-sflow) for Fluentd 0.12.x. ## Overview [Fluentd](http://fluentd.org/) input plugin that acts as sFlow v2/v4/v5 collector. @@ -101,17 +101,17 @@ * SFP ## Requirement -* Fluentd: 0.12.40 or later -* See [0.14.x branch](https://github.com/codeout/fluent-plugin-sflow/tree/fluentd-0.14) for Fluentd 0.14.x. +* Fluentd: 0.14.x +* See [0.12.x](https://github.com/codeout/fluent-plugin-sflow) branch for Fluentd 0.12.x. ## Install ``` shell -$ gem install fluent-plugin-sflow -v '~> 0.2.0' +$ gem install fluent-plugin-sflow ``` You can also use ```fluent-gem``` or ```td-agent-gem``` instead of ```gem``` command. @@ -246,11 +246,11 @@ ## Benchmark Here is a quick benchmark on Macbook Pro Mid 2015: * sFlow v5 flow samples, 5.88 samples per packet in average -* Fluentd v0.12.40 -* 14202 sFlow v5 records/s +* Fluentd v0.14.17 +* 13161 sFlow v5 records/s ## TODO * Add more tests