diff options
Diffstat (limited to 'sflow-rt/extras/README')
| -rw-r--r-- | sflow-rt/extras/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sflow-rt/extras/README b/sflow-rt/extras/README new file mode 100644 index 0000000..a57fd00 --- /dev/null +++ b/sflow-rt/extras/README @@ -0,0 +1,14 @@ +The following Python scripts demonstrating sFlow-RT's REST API: + +* tail_log.py - tail the event log +* tail_flows.py - tail flow log +* topflows.py - text based client displaying top flows + +Note: The Python scripts make use of the Python requests library: + http://python-requests.org/ + +The following script extends Mininet to automatically enable sFlow: + +* sflow.py - send sFlow and topology to local sFlow-RT instance + +See http://blog.sflow.com/2016/05/mininet-flow-analytics.html |
