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
  * 高性能探针,针对单实例5000tps的应用,在**全量采集的情况下**,只增加 **10%** 的CPU开销。
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 39 40 41 42

# Live Demo
近期更新
- 中国服务器. [前往]
- 香港服务器. [前往]

wu-sheng's avatar
wu-sheng 已提交
43
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
44 45 46 47 48
- 全局总揽
<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 已提交
49

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

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

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

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

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


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

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

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