README_ZH.md 3.5 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
Apache SkyWalking | [English](README.md)
wu-sheng's avatar
wu-sheng 已提交
2 3
==========

wu-sheng's avatar
wu-sheng 已提交
4
<img src="https://skywalkingtest.github.io/page-resources/3.0/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**: 针对分布式系统的APM(应用性能监控)系统,特别针对微服务、cloud native和容器化(Docker, Kubernetes, Mesos)架构,
wu-sheng's avatar
wu-sheng 已提交
7
其核心是个分布式追踪系统。
wu-sheng's avatar
wu-sheng 已提交
8

wu-sheng's avatar
wu-sheng 已提交
9 10
[![GitHub stars](https://img.shields.io/github/stars/apache/incubator-skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/incubator-skywalking)
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
wu-sheng's avatar
wu-sheng 已提交
11 12

[![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking)
wu-sheng's avatar
wu-sheng 已提交
13
[![Join the chat at https://gitter.im/openskywalking/Lobby](https://badges.gitter.im/openskywalking/Lobby.svg)](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
14
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
15 16


wu-sheng's avatar
wu-sheng 已提交
17
* Java自动探针,**不需要修改应用程序源代码**
wu-sheng's avatar
wu-sheng 已提交
18
  * 高性能探针.
wu-sheng's avatar
wu-sheng 已提交
19
  * [中间件,框架与类库支持列表](docs/Supported-list.md).
wu-sheng's avatar
wu-sheng 已提交
20 21
* 手动探针
  * [使用OpenTracing手动探针API](http://opentracing.io/documentation/pages/supported-tracers)
wu-sheng's avatar
wu-sheng 已提交
22
  * 使用 [**@Trace**](docs/cn/Application-toolkit-trace-CN.md) 标注追踪业务方法
wu-sheng's avatar
wu-sheng 已提交
23 24
  * 将 traceId 集成到 log4j, log4j2 或 logback这些日志组件中
* 纯Java后端Collector实现,提供RESTful和gRPC接口。兼容接受其他语言探针发送数据 
wu-sheng's avatar
wu-sheng 已提交
25
  * [如何将探针的Metric和Trace数据上传到Collector?](/docs/cn/How-to-communicate-with-the-collector-CN.md)
wu-sheng's avatar
wu-sheng 已提交
26

wu-sheng's avatar
wu-sheng 已提交
27
# Document
wu-sheng's avatar
wu-sheng 已提交
28
[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](docs/README.md) [![cn doc](https://img.shields.io/badge/文档-中文版-blue.svg)](docs/README_ZH.md)
29 30


wu-sheng's avatar
wu-sheng 已提交
31
# 5.x Architecture
32
<img src="https://skywalkingtest.github.io/page-resources/5.0/architecture.png"/>
wu-sheng's avatar
wu-sheng 已提交
33

34
# code of conduct
wu-sheng's avatar
wu-sheng 已提交
35
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to wusheng@apache.org.
wu-sheng's avatar
wu-sheng 已提交
36

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

# Live Demo
wu-sheng's avatar
wu-sheng 已提交
39
- 北京服务器. [前往](http://49.4.12.44:8080/)
wu-sheng's avatar
wu-sheng 已提交
40
- 香港服务器. [前往](http://159.138.0.181:8080/)
wu-sheng's avatar
wu-sheng 已提交
41

wu-sheng's avatar
wu-sheng 已提交
42
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
43 44 45 46 47
- 全局总揽
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Dashboard.png"/>

- 拓扑图自动发现
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Topology.png"/>
wu-sheng's avatar
wu-sheng 已提交
48

wu-sheng's avatar
wu-sheng 已提交
49 50
- 应用视图
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Application.png"/>
wu-sheng's avatar
wu-sheng 已提交
51

wu-sheng's avatar
wu-sheng 已提交
52 53
- 应用服务器视图
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/server.png"/>
wu-sheng's avatar
wu-sheng 已提交
54

wu-sheng's avatar
wu-sheng 已提交
55 56
- 服务视图
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/Service.png"/>
wu-sheng's avatar
wu-sheng 已提交
57

wu-sheng's avatar
wu-sheng 已提交
58 59
- 调用链
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/trace.png"/>
wu-sheng's avatar
wu-sheng 已提交
60

wu-sheng's avatar
wu-sheng 已提交
61 62
- 告警
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-alpha/application-alarm.png"/>
wu-sheng's avatar
wu-sheng 已提交
63 64


wu-sheng's avatar
wu-sheng 已提交
65 66
# Test reports
- 自动化集成测试报告
wu-sheng's avatar
wu-sheng 已提交
67
  - [Java探针测试报告](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
68
- 性能测试报告
wu-sheng's avatar
wu-sheng 已提交
69
  - [Java探针测试报告](https://skywalkingtest.github.io/Agent-Benchmarks/)
wu-sheng's avatar
wu-sheng 已提交
70

wu-sheng's avatar
wu-sheng 已提交
71 72
# Contact Us
* 直接提交Issue
wu-sheng's avatar
wu-sheng 已提交
73
* [Gitter](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
74
* QQ群: 392443393
wu-sheng's avatar
wu-sheng 已提交
75 76

# License
wu-sheng's avatar
wu-sheng 已提交
77
[Apache 2.0 License.](/LICENSE)