sFlow-RT
sFlow-RT™ incorporates InMon's asynchronous analytics technology (patent pending), delivering real-time visibility to Software Defined Networking (SDN), DevOps and Orchestration stacks and enabling new classes of performance aware application such as load balancing, DDoS protection, and workload placement.

The sFlow-RT analytics engine receives a continuous telemetry stream from sFlow Agents embedded in network devices, hosts and applications and converts them into actionable metrics, accessible through the RESTflow™ API. The RESTflow API makes it easy for to configure customized measurements, retrieve metrics, set thresholds, and receive notifications. Applications can be external, written in any language that supports HTTP/REST calls, or internal, using sFlow-RT's embedded JavaScript/ECMAScript.
Network visibility is essential to understanding the interaction between scale-out services running on cloud infrastructure. By combining network, host and application monitoring within an integrated analytics pipeline, sFlow-RT provides visibility into applications and the server and network resources needed to sustain performance.
Download
Visit sFlow-RT.com to download sFlow-RT software and applications.
Support
Please post questions, suggestions and applications to the sFlow-RT group.
Commercial use
Contact sales@inmon.com to discuss commercial licensing options for sFlow-RT.
===================================================
http://sflow-rt.com/download.php
Download and install
sFlow-RT requires Java 1.7+. The following commands download, install and run the software:
wget http://www.inmon.com/products/sFlow-RT/sflow-rt.tar.gz
tar -xvzf sflow-rt.tar.gz
cd sflow-rt
./start.sh
Alternatively, the following command runs sFlow-RT in a Docker container (see sflow/sflow-rt):
docker run -p 8008:8008 -p 6343:6343/udp -d sflow/sflow-rt
Use a web browser to connect to http://localhost:8008 to interact with the REST API.
The software is also available as RPM and DEB packages:
Software is installed under the path /usr/local/sflow-rt/ and log files are directed to /usr/local/sflow-rt/log/sflow-rt-<N>.log
Note There are no access controls built into sFlow-RT. However, HTTP access can be restricted to the local host by settings the http.hostname property to 127.0.0.1 and a reverse proxy can then be used to secure remote access to the API. For example, the following Apache configuration settings make the interface accessible on port 80 under the path /sflow-rt/
<IfModule mod_proxy.c>
ProxyRequests off
ProxyVia off
ProxyPass /sflow-rt/ http://127.0.0.1:8008/ retry=0 timeout=5
ProxyPassReverse /sflow-rt/ http://127.0.0.1:8008/
</IfModule>
<Location /sflow-rt/>
# insert access policy
</Location>
Please read and accept the License Agreement before downloading this software.
Applications
The following command (run in the sFlow-RT home directory) downloads and installs an application:
./get-app.sh sflow-rt dashboard-example
The following applications are currently available on GitHub:
| User | Application | Description |
|---|---|---|
| sflow-rt | dashboard-example | Real-time dashboard example |
| sflow-rt | flow-graph | Real-time graph of network associations |
| sflow-rt | top-flows | Real-time top network flows table |
| sflow-rt | svg-weather | Real-time network weathermap example |
| sflow-rt | fabric-view | Real-time visibility for leaf / spine ECMP fabrics |
| sflow-rt | ddos-blackhole | Real-time DDoS flood mitigation using null route |
| sflow-rt | active-routes | Real-time active BGP route cache |
| sflow-rt | sflow-test | Test data center switch sFlow implementation |
| sflow-rt | ix-metrics | Real-time monitoring of Internet Exchange (IX) traffic |
| sflow-rt | mininet-dashboard | Real-time dashboard for Mininet |
| sflow-rt | world-map | Real-time traffic displayed on world map |
| pphaal | ovs-2015 | Overlay/underlay network virtualization visibility demo |
| pphaal | sc15-weather | SC15 SCinet real-time weathermap |
Writing Applications provides an introduction describing the structure of an sFlow-RT application. Post information on new applications to the sFlow-RT group to have them listed.
Support
Please post questions, suggestions and applications to the sFlow-RT group.
Production use
Contact sales@inmon.com to discuss production licensing options for sFlow-RT.
sFlow-RT的更多相关文章
- 华为交换机sflow配置
华为交换机sflow功能配置 1.配置交换机的sflow流发送 [系统视图]sflow agen ip x.x.x.x 设置sflow输出源 [系统视图]sflow ...
- sFlow
http://www.sflow.org/developers/specifications.php http://www.inmon.com/technology/index.php sFlow s ...
- curl 查看一个web站点的响应时间(rt)
1. curl 查看web站点rt curl -o /dev/null -s -w %{time_namelookup}::%{time_connect}::%{time_starttransfer} ...
- Workspace defines a VM that does not contain a valid jre/lib/rt.jar: C:\Program Files\Java\jre7
Maven编译时两则信息 (Workspace以及default classpath container) 博客分类: Java 使用Maven一年有余,却总是被两则不起眼的编译信息困扰,终想查明 ...
- 自己写方法处理WP(RT)后退键事件处理
不用微软的NavigationHelper,自己写方法处理WP后退键事件 在WP8.1(RT)程序中,你会发现按下后退键时,应用会直接退出,变为后台运行,这是因为RT与Silverlight对后退键的 ...
- 高并发应用中客户端等待、响应时间的推算,及RT/QPS概念辨析
高并发应用中客户端等待.响应时间的推算,及RT/QPS概念辨析 对于一个网站,已知服务端的服务线程数和处理单个请求所需的时间时,该如何算出高并发时用户从点击链接到收到响应的时间?注意这个时间并不等于服 ...
- cpu进程调度---RT Throttling【转】
转自:http://book.2cto.com/201302/16291.html RT Throttling是对分配给实时进程的CPU时间进行限制的功能.使用实时调度策略的进程由于bug等出现不可控 ...
- RT/Metro商店应用如何如何获取图片的宽高
RT/Metro商店应用如何如何获取图片的宽高 var file = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms ...
- JRE下的rt.jar、tools.jar
JRE下的rt.jar: 这个文件是极为重要的一个文件,rt是runtime的缩写,即运行时的意思.是java程序在运行时必不可少的文件. 里面包含了java程序员常用的包,如java.lang,ja ...
- Installing your app on your Windows RT device
Alright… so my app is almost finished and I want to install it for real on my Surface tablet. How do ...
随机推荐
- GCD封装的个人理解和应用
GCD封装的个人理解和应用 特点 >>将GCD封装,使我们从繁琐的方法记忆中解脱出来,能够直接快速的应用. 使用方法 1.将工程中的GCD文件中的9个文件拖入自己的工程中(你自己最好建一个 ...
- Android AsyncTask 深度理解、简单封装、任务队列分析、自定义线程池
前言:由于最近在做SDK的功能,需要设计线程池.看了很多资料不知道从何开始着手,突然发现了AsyncTask有对线程池的封装,so,就拿它开刀,本文将从AsyncTask的基本用法,到简单的封装,再到 ...
- 在Linux上使用Nginx为Solr集群做负载均衡
在Linux上使用Nginx为Solr集群做负载均衡 在Linux上搭建solr集群时需要用到负载均衡,但测试环境下没有F5 Big-IP负载均衡交换机可以用,于是先后试了weblogic的proxy ...
- TextInputLayout setError() setErrorEnable()
public void afterTextChanged(Editable s) { if (textInputLayout.getEditText().getText().toString().le ...
- Spring 中classPath:用法
参考文章地址: http://hi.baidu.com/huahua035/item/ac8a27a994b55bad29ce9d39 http://blog.csdn.net/lushuaiyin/ ...
- YourSQLDba将数据库置于紧急模式的原因浅析
从SQL SERVER 2000 上迁移了一个数据库到SQL SERVER 2008 R2上,暂且用DataBaseName代替迁移的真实的数据库名(后面的资料也会将数据库真实的名字用DataBase ...
- 最新的ADT Plugin24.0.2
下载地址:http://pan.baidu.com/s/1o7OIhWQ 密码:z2it
- Python class and function json
# coding=utf-8 __author__ = 'student' ''' how to define a class how to extend a class how to make a ...
- oracle 倒库后insert id冲突的问题
错误为:ORA-00001: unique constraint violated 把test库的数据导入到另一个库后,忘记修改自增id sequence的nextval了,因此,当前的数据库中数据和 ...
- zookeeper原理
Zookeeper与paxos算法:http://www.riaos.com/ria/11299 Paxos算法1:http://blog.csdn.net/chen77716/article/det ...