You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/06/10 15:14:10 UTC

kylin git commit: add blog for diagnosis tool

Repository: kylin
Updated Branches:
  refs/heads/document 9a204458d -> bc806da7c


add blog for diagnosis tool


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/bc806da7
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bc806da7
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/bc806da7

Branch: refs/heads/document
Commit: bc806da7c635c16167f0262a3e99ebc9e0a04b1a
Parents: 9a20445
Author: lidongsjtu <li...@apache.org>
Authored: Fri Jun 10 23:09:56 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Fri Jun 10 23:12:50 2016 +0800

----------------------------------------------------------------------
 .../_posts/blog/2016-06-10-diagnosis-tool.md    |  25 +++++++++++++++++++
 website/images/blog/diag1.png                   | Bin 0 -> 133742 bytes
 website/images/blog/diag2.png                   | Bin 0 -> 43327 bytes
 3 files changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/bc806da7/website/_posts/blog/2016-06-10-diagnosis-tool.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2016-06-10-diagnosis-tool.md b/website/_posts/blog/2016-06-10-diagnosis-tool.md
new file mode 100644
index 0000000..aff25f5
--- /dev/null
+++ b/website/_posts/blog/2016-06-10-diagnosis-tool.md
@@ -0,0 +1,25 @@
+---
+layout: post-blog
+title:  Diagnosis Tool Introduction
+date:   2016-06-10 23:20:00
+author: Dong Li
+categories: blog
+---
+
+## Introduction
+
+Since Apache Kylin 1.5.2, there's a diagnosis tool on Web UI, which aims to help Kylin admins to extract diagnostic information for fault analysis and performance tunning.
+
+### Project Diagnosis
+When user met issues about query failure, slow queries, metadata management and so on, he could click the 'Diagnosis' button on System tabpage.
+
+![](/images/blog/diag1.png)
+
+Several seconds later, a diagnosis package will be avaliable to download from web browser, which contains kylin logs, metadata, configuration etc. Users could extract the package and analyze. Also when users asking help from experts in his team, attaching the package would raise the communication effeiciency.
+
+### Job Diagnosis
+When user met issues about jobs, such as cubing failed, slow job and so on, he could click the 'Diagnosis' button in the Job's Action menu.
+
+![](/images/blog/diag2.png)
+
+The same with Project Diagnosis, a diagnosis package will be downloaded from web browser, which contains related logs, MR job info, metadata etc. User could use it for analysis or ask for help. 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/bc806da7/website/images/blog/diag1.png
----------------------------------------------------------------------
diff --git a/website/images/blog/diag1.png b/website/images/blog/diag1.png
new file mode 100644
index 0000000..20d9284
Binary files /dev/null and b/website/images/blog/diag1.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/bc806da7/website/images/blog/diag2.png
----------------------------------------------------------------------
diff --git a/website/images/blog/diag2.png b/website/images/blog/diag2.png
new file mode 100644
index 0000000..8acd3ad
Binary files /dev/null and b/website/images/blog/diag2.png differ