blob: a57fd00c20767bc1d5d1b45924a7fc5fe1db0c2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|