This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9de9ac9 Publish the website
9de9ac9 is described below
commit 9de9ac97e6f653e7fc521833d959de9fce16af3f
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Dec 27 16:29:24 2017 +0800
Publish the website
---
content/feed.xml | 2 +-
content/users/metrics/index.html | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/content/feed.xml b/content/feed.xml
index 9188522..62082ef 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2017-12-27T09:19:19+08:00</updated><id>/</id><title
type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of
ServiceComb</subtitle><author><name>{"name"=>nil,
"avatar"=> [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2017-12-27T16:27:33+08:00</updated><id>/</id><title
type="html">Apache ServiceComb (incubating)</title><subtitle>The homepage of
ServiceComb</subtitle><author><name>{"name"=>nil,
"avatar"=> [...]
<p>The architecture of the <code
class="highlighter-rouge">service registry</code> module in
Java Chassis is as follows.</p>
diff --git a/content/users/metrics/index.html b/content/users/metrics/index.html
index 7cee1f0..09e42fb 100644
--- a/content/users/metrics/index.html
+++ b/content/users/metrics/index.html
@@ -622,6 +622,10 @@ Logger名指的是LoggerFactory.getLogger后的第一个参数:</p>
<td style="text-align: left">实例CPU使用率</td>
</tr>
<tr>
+ <td style="text-align: left">cpuRunningThreads</td>
+ <td style="text-align: left">实例运行线程数量</td>
+ </tr>
+ <tr>
<td style="text-align: left">heapCommit,heapInit,heapMax,heapUsed</td>
<td style="text-align: left">内存Heap使用状况</td>
</tr>
@@ -634,6 +638,10 @@ Logger名指的是LoggerFactory.getLogger后的第一个参数:</p>
<td style="text-align: left">调用平均时延</td>
</tr>
<tr>
+ <td style="text-align: left">tps</td>
+ <td style="text-align: left">每秒调用数(Transaction per seconds)</td>
+ </tr>
+ <tr>
<td style="text-align: left">maxLifeTimeInQueue</td>
<td style="text-align: left">Producer端调用在队列中最大等待时间</td>
</tr>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].