This commit is contained in:
ascrutae 2016-03-06 18:47:31 +08:00
commit 38eb3b2f33
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对JAVA分布式应用程序集群的业务运行情况进行追踪、告警和分析的系统。
* 核心理论为[Google Dapper论文Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html),英语有困难的同学可参考[国内翻译](http://duanple.blog.163.com/blog/static/70971767201329113141336/)
* 本分析系统能通过不修改或少量修改代码的模式对现有的JAVA应用或J2EE应用进行监控和数据收集并针对应用进场进行准实时告警。此外提供大量的调用性能分析功能解决目前的监控系统主要监控进程、端口而非应用实际性能的问题。
* 支持国内常用的dubbo以及dubbox提供解决方案支持应用异常的邮件告警
* 提供一定的日志数据分析和展现能力,减少或者避免使用团队的二次开发
# 主要贡献者
* 吴晟   [亚信](http://www.asiainfo.com/) wusheng@asiainfo.com
@ -34,6 +36,7 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
- 安装apache hbase 1.1.2
- 安装mysql
- 安装tomcat 7
- redis-3.0.5
### 编译安装SkyWalking Server
- 编译工程