diff options
| author | 姜萍 <[email protected]> | 2022-05-29 17:59:26 +0800 |
|---|---|---|
| committer | 姜萍 <[email protected]> | 2022-05-29 17:59:26 +0800 |
| commit | 9f0f12ed28357ae167cb9aab3a614da0f8cd4bab (patch) | |
| tree | 0eac2d3fbfc11e7639b9a0254a8c24d8a43bd8f2 /sflow-rt/extras/README | |
initmaster
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 |
