From 5114bb164bd2e07642379e99f0a948976001c328 Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 1 Jun 2016 16:59:59 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BE=9B=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E8=BD=BD=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67eeaf05a..e9ff9e00c 100644 --- a/README.md +++ b/README.md @@ -68,18 +68,21 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 ![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/appList.png) ## 分析汇总 -* 分析结果查询 +* 分析结果查询,根据viewpoint模糊匹配查询。查询方式为viewpoint: + 关键字 ![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/searchAnalysisResult.png) -* 分析结果展现 +* 分析结果展现,通过分析结果查询页面点击进入 ![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/analysisResult.png) * 分析典型调用链展现 ![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/typicalAnalysisResult.png) # Quick Start ## 编译与部署 / Build and deploy +- Server程序的发布版本,[下载](releases) (.tar.gz) +- Download Server release version. [Download](releases) (.tar.gz) - 如果您想自己编译最新版本,可参考《[代码编译部署说明](BUILD_DOC.md)》 - [Code compilation and deployment instructions](BUILD_DOC.md) + ## 引入核心SDK / Import SDK [ ![Download](https://api.bintray.com/packages/wu-sheng/skywalking/com.ai.cloud.skywalking-api/images/download.svg) ](https://bintray.com/wu-sheng/skywalking/com.ai.cloud.skywalking-api/_latestVersion) From 8fafb83cffb8004c03158ef8b4444045f2274527 Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 1 Jun 2016 17:01:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ff9e00c..c11772753 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 # Quick Start ## 编译与部署 / Build and deploy -- Server程序的发布版本,[下载](releases) (.tar.gz) +- 服务端发布版本[下载](releases) (.tar.gz) - Download Server release version. [Download](releases) (.tar.gz) - 如果您想自己编译最新版本,可参考《[代码编译部署说明](BUILD_DOC.md)》 - [Code compilation and deployment instructions](BUILD_DOC.md) From ac2b0a0eab441056d3a87483e72f8f501d3462df Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 1 Jun 2016 17:14:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c11772753..3eb5f44b6 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 # Quick Start ## 编译与部署 / Build and deploy -- 服务端发布版本[下载](releases) (.tar.gz) -- Download Server release version. [Download](releases) (.tar.gz) +- 服务端发布版本[下载](https://github.com/wu-sheng/sky-walking/releases) (.tar.gz) +- Download Server release version. [Download](https://github.com/wu-sheng/sky-walking/releases) (.tar.gz) - 如果您想自己编译最新版本,可参考《[代码编译部署说明](BUILD_DOC.md)》 - [Code compilation and deployment instructions](BUILD_DOC.md)