74 lines
3.4 KiB
HTML
74 lines
3.4 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||
<title>Sky-walking by wu-sheng</title>
|
||
|
||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||
<link rel="stylesheet" href="stylesheets/github-dark.css">
|
||
<script src="javascripts/scale.fix.js"></script>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||
|
||
<!--[if lt IE 9]>
|
||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||
<![endif]-->
|
||
</head>
|
||
<body>
|
||
<div class="wrapper">
|
||
<header>
|
||
<h1>Sky-walking</h1>
|
||
<p>Distributed Application Tracing System</p>
|
||
<p class="view"><a href="https://github.com/wu-sheng/sky-walking">View the Project on GitHub <small>wu-sheng/sky-walking</small></a></p>
|
||
<ul>
|
||
<li><a href="https://github.com/wu-sheng/sky-walking/zipball/master">Download <strong>ZIP File</strong></a></li>
|
||
<li><a href="https://github.com/wu-sheng/sky-walking/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
||
<li><a href="https://github.com/wu-sheng/sky-walking">View On <strong>GitHub</strong></a></li>
|
||
</ul>
|
||
</header>
|
||
<section>
|
||
|
||
<p>Welcome to the sky walking home page.</p>
|
||
|
||
<ul>
|
||
<li><a href="#">Goto <strong>Sky Walking API Guide(Temporarily unavailable)</strong></a></li>
|
||
</ul>
|
||
|
||
<h3>
|
||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>什么是Sky Walking?</h3>
|
||
|
||
<p>他是一个面向分布式系统的全链路监控追踪系统。用于应用集群的分布式调用情况和服务性能监控,负载分布情况的分析系统。</p>
|
||
|
||
<h3>
|
||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>为什么需要Sky Walking?</h3>
|
||
|
||
<p>目前主流的应用系统或者互联网系统,都是由各种不同职责的系统构成的大规模集群,通过分布式调用的模式,支持前台系统。系统间关系复杂,无法预先设计与规划。调用链路繁多,通过日志分析难度很大。</p>
|
||
<p>从Google发表自己的Drapper分布式追踪系统的论文发表以来,wiki、淘宝、京东等各家国内外大型互联网公司,都研发了自己的全链路追踪系统。可见此系统在离散的分布式集群中的重要作用。 </p>
|
||
|
||
|
||
<h3>
|
||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sky Walking支持追踪哪些调用?</h3>
|
||
<p>1.web调用<br/>
|
||
2.jdbc调用<br/>
|
||
3.dubbox<br/>
|
||
4.Spring本地方法调用<br/>
|
||
5.公司内部封装的内部服务<br/>
|
||
6.应用可自行封装的各种调用</p>
|
||
|
||
<h3>
|
||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sky Walking目前的进展情况?</h3>
|
||
|
||
<p>正在开发1.0版本,进行内部的测试。我们尽力在最快的时间内,开放完整的应用程序。</p>
|
||
|
||
</section>
|
||
</div>
|
||
|
||
<footer>
|
||
<p>Project maintained by <a href="https://github.com/wu-sheng">wu-sheng</a></p>
|
||
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
|
||
</footer>
|
||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||
|
||
</body>
|
||
</html>
|