测试进行travis-ci

This commit is contained in:
wusheng 2016-03-18 21:49:01 +08:00
parent 1609fbb0da
commit 8b92559cd4
2 changed files with 24 additions and 1 deletions

View File

@ -1,4 +1,24 @@
language: java
script:
- cd skywalking-protocol
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-api
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-server
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-alarm
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-analysis
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-webui
- mvn install -Dmaven.test.skip=true

View File

@ -1,5 +1,8 @@
# Sky Walking
Sky Walking
==========
SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对JAVA分布式应用程序集群的业务运行情况进行追踪、告警和分析的系统。
[![Build Status](https://travis-ci.org/wu-sheng/sky-walking.svg?branch=master)](https://travis-ci.org/wu-sheng/sky-walking)
* 核心理论为[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等常见RPC框架支持应用异常的邮件告警