README.md 5.4 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3
Sky Walking
==========

wu-sheng's avatar
wu-sheng 已提交
4
<img src="http://wu-sheng.github.io/sky-walking/images/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
wu-sheng's avatar
wu-sheng 已提交
5

wu-sheng's avatar
wu-sheng 已提交
6
SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, also known Distributed Tracer。
wu-sheng's avatar
wu-sheng 已提交
7

wu-sheng's avatar
wu-sheng 已提交
8
[![Build Status](https://travis-ci.org/wu-sheng/sky-walking.svg?branch=master)](https://travis-ci.org/wu-sheng/sky-walking)
9
![license](https://img.shields.io/aur/license/yaourt.svg)
wu-sheng's avatar
wu-sheng 已提交
10 11
[![codebeat badge](https://codebeat.co/badges/579e4dce-1dc7-4f32-a163-c164eafa1335)](https://codebeat.co/projects/github-com-wu-sheng-sky-walking)
[![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/sky-walking/Lobby.svg)](https://gitter.im/sky-walking/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
wu-sheng's avatar
wu-sheng 已提交
12

wu-sheng's avatar
wu-sheng 已提交
13 14
# Abstract
* An open source Large-Scale Distributed Systems Tracing Infrastructure, also known a ditributed tracer.
wu-sheng's avatar
wu-sheng 已提交
15
* Based on [Google Dapper Paper: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html), [read Simplified Chinese Version](http://duanple.blog.163.com/blog/static/70971767201329113141336/)
wu-sheng's avatar
wu-sheng 已提交
16
* Support popular rpc frameworks, such as [dubbo](https://github.com/alibaba/dubbo), [dubbox](https://github.com/dangdangdotcom/dubbox), [motan](https://github.com/weibocom/motan) etc., trigger email-alert when application occurs unexpected exception。
wu-sheng's avatar
wu-sheng 已提交
17 18 19
* Easy to deploy, **even in product mode** (since 2.0) . No need of Hadoop, HBase, or Cassandra Cluster.
* Pure Java server implements. provide gRPC (since 2.0)  and HTTP (since 2.1) cross-platform spans collecting service.

wu-sheng's avatar
wu-sheng 已提交
20

wu-sheng's avatar
wu-sheng 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33
# Supported components
* web container
  * Tomcat7
  * Tomcat8
* database
  * mysql
  * oracle
  * h2
  * easily extend to support sybase, sqlserver, jtds, db2, informix
* rpc framework
  * dubbo (tested 2.5.3)
  * dubbox (tested 2.8.4-dubbo protocol, 2.8.4-rest protocol)
  * httpClient 4.x
wu-sheng's avatar
wu-sheng 已提交
34
  * motan (tested 0.1.2)
wu-sheng's avatar
wu-sheng 已提交
35 36
* cache
  * jedix 2.x
wu-sheng's avatar
wu-sheng 已提交
37

wu-sheng's avatar
wu-sheng 已提交
38

wu-sheng's avatar
wu-sheng 已提交
39
# Contributors
40 41
* 吴晟 [wusheng](https://github.com/wu-sheng) &nbsp;&nbsp;wu.sheng@foxmail.com
* 张鑫 [zhangxin](https://github.com/ascrutae) &nbsp;&nbsp;
wu-sheng's avatar
wu-sheng 已提交
42

wu-sheng's avatar
wu-sheng 已提交
43 44 45 46 47 48 49 50

___

<a href="https://github.com/wu-sheng/sky-walking">
<img src="http://wu-sheng.github.io/sky-walking/sample-code/award/oneapm-award.png" alt="OneAPM Open Source Achievement Award" height="110px" align="left" />
</a>

In October 2016, Sky Walking won `OneAPM Open Source Achievement Award`. The award appreciates sky walking for its "*contribution to popularization of APM technology*". <br/>
wu-sheng's avatar
wu-sheng 已提交
51
[OneAPM](http://www.oneapm.com/) will provide financial support for the project in 2016-2017.<br/><br/> 
wu-sheng's avatar
wu-sheng 已提交
52 53 54
Thanks all users of sky walking project.
___

wu-sheng's avatar
wu-sheng 已提交
55
# Discussion
wu-sheng's avatar
wu-sheng 已提交
56
<img src="http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/chatapp/toutiao.JPG" alt="Sky Walking TouTiao" height="280px" align="left" />
wu-sheng's avatar
wu-sheng 已提交
57
* Mail to:wu.sheng@foxmail.com
wu-sheng's avatar
wu-sheng 已提交
58 59 60
* QQ Group:392443393
* If you are using SkyWalking,[Report to us](https://github.com/wu-sheng/sky-walking/issues/34) please.
* **Developer Org of sky-walking** is https://github.com/skywalking-developer
wu-sheng's avatar
wu-sheng 已提交
61 62 63 64 65 66 67
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
wu-sheng's avatar
wu-sheng 已提交
68
<br/>
wu-sheng's avatar
wu-sheng 已提交
69

wu-sheng's avatar
wu-sheng 已提交
70
# Arch
wu-sheng's avatar
wu-sheng 已提交
71
![2.0 架构图](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/2.0-2016/SkyWalkingArch.jpg)
wu-sheng's avatar
wu-sheng 已提交
72

wu-sheng's avatar
wu-sheng 已提交
73 74
# Quick View
* distributed tracer
wu-sheng's avatar
wu-sheng 已提交
75
![追踪连路图1](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/callChain.png)
wu-sheng's avatar
wu-sheng 已提交
76

wu-sheng's avatar
wu-sheng 已提交
77
![追踪连路图2](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/callChainDetail.png)
wu-sheng's avatar
wu-sheng 已提交
78

wu-sheng's avatar
wu-sheng 已提交
79
![追踪连路图3](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/callChainLog.png)
wu-sheng's avatar
wu-sheng 已提交
80 81

* alarm mail
wu-sheng's avatar
wu-sheng 已提交
82
![告警邮件](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/alarmMail.png)
wu-sheng's avatar
wu-sheng 已提交
83

wu-sheng's avatar
wu-sheng 已提交
84

85
# v2.0-2016 Quick Start
86

wu-sheng's avatar
wu-sheng 已提交
87 88 89
## 1. Required of third party softwares
- JDK 1.6+ ( instruments applications can run in jdk6 )
- JDK 1.8 ( skywalking servers )
90 91 92 93
- zookeeper 3.4.6
- mysql
- redis-3.0.5

wu-sheng's avatar
wu-sheng 已提交
94
## 2. Download and deploy servers
wu-sheng's avatar
wu-sheng 已提交
95
- Download Server release version. [Download](https://github.com/wu-sheng/sky-walking/releases)  (.tar.gz)
wu-sheng's avatar
wu-sheng 已提交
96

wu-sheng's avatar
wu-sheng 已提交
97 98 99
### 2.1 Run all servers in a Docker
- Docker version include all-in-one servers.
- Suitable for quick-look or test env. High performance and Scalable are not your requirements.
wu-sheng's avatar
wu-sheng 已提交
100

wu-sheng's avatar
wu-sheng 已提交
101 102
### 2.2 Deploy your own cluster
- waiting for release.
wu-sheng's avatar
wu-sheng 已提交
103

wu-sheng's avatar
wu-sheng 已提交
104
## 3. Download agent
105
[ ![Download](https://api.bintray.com/packages/wu-sheng/skywalking/com.a.eye.skywalking-agent/images/download.svg) ](https://bintray.com/wu-sheng/skywalking/com.a.eye.skywalking-agent/_latestVersion)
wu-sheng's avatar
wu-sheng 已提交
106

wu-sheng's avatar
wu-sheng 已提交
107 108 109 110
## 4. Create users, applications and alarm rules in webui
- create user, remember your user id.
- create applications under the user, remember your application code.
- create alarm rules for each applications.
wu-sheng's avatar
wu-sheng 已提交
111

wu-sheng's avatar
wu-sheng 已提交
112
## 4. Start application with -javaagent
wu-sheng's avatar
wu-sheng 已提交
113
```shell
wu-sheng's avatar
wu-sheng 已提交
114
java -jar ...  -javaagent:/..ospath../skywalking-agent-x.x.jar -DuserId=x -DapplicationCode=y -Dservers=192.168.1.16:3300,192.168.1.17:3300
wu-sheng's avatar
wu-sheng 已提交
115
```
116

wu-sheng's avatar
wu-sheng 已提交
117 118
## 5. Aha, your applications are being instrumented

119
# Recent RoadMap
wu-sheng's avatar
wu-sheng 已提交
120 121 122
* [In the schedule] v2.1-2017
	* release a version following OpenTracing.io
	* provide bridge mode lib to integrate data of system and tracer
wu-sheng's avatar
wu-sheng 已提交
123
	* provide English doc as default. Also provide Chinese version on Gitbook or Wiki
wu-sheng's avatar
wu-sheng 已提交
124 125
	* support log framework(log4j, log4j2, logback) to output traceid in system log.
	
126
* [Dev] v2.0-2016
127 128 129 130
	* not dependency on Hadoop or HBase, easy to deploy or maintenance
	* support simple-cluster mode
	* support docker mode in single-server-instance
	* support more plugins
wu-sheng's avatar
wu-sheng 已提交
131
		* motan rpc framework (provided)
132