README_ZH.md 3.3 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系统,也被称为分布式追踪系统
wu-sheng's avatar
wu-sheng 已提交
7

wu-sheng's avatar
wu-sheng 已提交
8
[![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 已提交
9
[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-skywalking/badge.svg?branch=master&u=1)](https://coveralls.io/github/apache/incubator-skywalking?branch=master)
wu-sheng's avatar
wu-sheng 已提交
10
[![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 已提交
11
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
12 13


wu-sheng's avatar
wu-sheng 已提交
14
* Java自动探针,**不需要修改应用程序源代码**
wu-sheng's avatar
wu-sheng 已提交
15
  * 高性能探针,针对单实例5000tps的应用,在**全量采集的情况下**,只增加**10%**的CPU开销。
wu-sheng's avatar
wu-sheng 已提交
16
  * [中间件,框架与类库支持列表](docs/Supported-list.md).
wu-sheng's avatar
wu-sheng 已提交
17 18
* 手动探针
  * [使用OpenTracing手动探针API](http://opentracing.io/documentation/pages/supported-tracers)
wu-sheng's avatar
wu-sheng 已提交
19
  * 使用 [**@Trace**](docs/cn/Application-toolkit-trace-CN.md) 标注追踪业务方法
wu-sheng's avatar
wu-sheng 已提交
20 21
  * 将 traceId 集成到 log4j, log4j2 或 logback这些日志组件中
* 纯Java后端Collector实现,提供RESTful和gRPC接口。兼容接受其他语言探针发送数据 
wu-sheng's avatar
wu-sheng 已提交
22
  * [如何将探针的Metric和Trace数据上传到Collector?](/docs/cn/How-to-communicate-with-the-collector-CN.md)
wu-sheng's avatar
wu-sheng 已提交
23
* UI工程请查看 [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
wu-sheng's avatar
wu-sheng 已提交
24 25
* 中文QQ群:392443393

wu-sheng's avatar
wu-sheng 已提交
26
# Architecture
wu-sheng's avatar
wu-sheng 已提交
27
* 3.2.5+版本架构图
wu-sheng's avatar
wu-sheng 已提交
28
<img src="https://skywalkingtest.github.io/page-resources/3.2.5%2b_architecture.jpg"/>
wu-sheng's avatar
wu-sheng 已提交
29 30

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

wu-sheng's avatar
wu-sheng 已提交
33
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 wu.sheng@foxmail.com.
wu-sheng's avatar
wu-sheng 已提交
34

wu-sheng's avatar
wu-sheng 已提交
35
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
36
- 分布式系统拓扑图自动发现
wu-sheng's avatar
wu-sheng 已提交
37
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png?forceUpdate=0"/>
wu-sheng's avatar
wu-sheng 已提交
38 39

- 调用链查询
wu-sheng's avatar
wu-sheng 已提交
40
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/trace_segment.png"/>
wu-sheng's avatar
wu-sheng 已提交
41 42

- Span信息查询
wu-sheng's avatar
wu-sheng 已提交
43
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/span.png" />
wu-sheng's avatar
wu-sheng 已提交
44

wu-sheng's avatar
wu-sheng 已提交
45
- 实例全局视图
wu-sheng's avatar
wu-sheng 已提交
46
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/instance_health.png"/>
wu-sheng's avatar
wu-sheng 已提交
47 48

- JVM明细信息
wu-sheng's avatar
wu-sheng 已提交
49
<img src="https://skywalkingtest.github.io/page-resources/3.2/instance_graph.png"/>
wu-sheng's avatar
wu-sheng 已提交
50

wu-sheng's avatar
wu-sheng 已提交
51
- 服务依赖树.
wu-sheng's avatar
wu-sheng 已提交
52
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/service_dependency_tree.png"/>
wu-sheng's avatar
wu-sheng 已提交
53 54


wu-sheng's avatar
wu-sheng 已提交
55 56
# Test reports
- 自动化集成测试报告
wu-sheng's avatar
wu-sheng 已提交
57
  - [Java探针测试报告](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
58
- 性能测试报告
wu-sheng's avatar
wu-sheng 已提交
59
  - [Java探针测试报告](https://skywalkingtest.github.io/Agent-Benchmarks/)
wu-sheng's avatar
wu-sheng 已提交
60

wu-sheng's avatar
wu-sheng 已提交
61 62
# Contact Us
* 直接提交Issue
wu-sheng's avatar
wu-sheng 已提交
63
* [Gitter](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
64
* QQ群: 392443393
wu-sheng's avatar
wu-sheng 已提交
65 66

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