README_ZH.md 3.4 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, K8s, Mesos)架构,
wu-sheng's avatar
wu-sheng 已提交
7
其核心是个分布式追踪系统。
wu-sheng's avatar
wu-sheng 已提交
8

wu-sheng's avatar
wu-sheng 已提交
9
[![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 已提交
10
[![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 已提交
11
[![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 已提交
12
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
13 14


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

wu-sheng's avatar
wu-sheng 已提交
27
# Document
28 29 30
[![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)


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

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

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

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

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

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


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

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

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