提交 832dfd57 编写于 作者: wu-sheng's avatar wu-sheng

提交部分文档

上级 06c7f1b4
......@@ -147,7 +147,6 @@ $mvn package
- startup tomcat of webui
### 编译安装SkyWalking Analysis / Build SkyWalking Analysis
#### 前置步骤,仅供参考 Prepared deploy skywalking-analysis
- 将HBase安装包拷贝到Hadoop安装目录下. Copy HBase installation package to the Hadoop installation directory.
- 用HBase的主节点的配置覆盖HBase的安装包里面的配置. Use the configuration of the HBase master node converting the new Hbase package
- 在.bash_profile文件添加下面的配置,(需要根据实际情况进行配置). Add the following configuration to .base_profile
......@@ -160,6 +159,7 @@ export PATH=$HBASE_HOME/bin:$PATH
source .bash_profile
echo ${HBASE_HOME}
```
- 以上配置用于运行HBase MR任务,仅供参考
- 修改配置文件analysis.conf
- config 'analysis.conf'
......
......@@ -65,6 +65,12 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
![添加应用](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/addApp.png)
* 应用列表展现
![应用列表展现](http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/1.0b/appList.png)
* 分析结果查询
![应用列表展现](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)
## 分析汇总
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册