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 827e75e  add tps and cpuRunningThreads to the metrics table (missing) 
(#17)
827e75e is described below

commit 827e75ef45fc87c224863877ed112210bc004595
Author: zhengyangyong <[email protected]>
AuthorDate: Wed Dec 27 13:56:56 2017 +0800

    add tps and cpuRunningThreads to the metrics table (missing) (#17)
---
 _users/Metrics.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_users/Metrics.md b/_users/Metrics.md
index 1729075..bd220f2 100644
--- a/_users/Metrics.md
+++ b/_users/Metrics.md
@@ -38,9 +38,11 @@ static final Logger log = 
LoggerFactory.getLogger("${Logger名}");
 | averageTimeInQueue                       | Producer端调用在队列中的平均时间  |
 | countInQueue                             | Producer端在队列中等待的调用的数量 |
 | cpuLoad                                  | 实例CPU使用率              |
+| cpuRunningThreads                        | 实例运行线程数量              |
 | heapCommit,heapInit,heapMax,heapUsed     | 内存Heap使用状况            |
 | nonHeapCommit,nonHeapInit,nonHeapMax,nonHeapUsed | 内存NonHeap使用状况         |
 | latency                                  | 调用平均时延                |
+| tps                                      | 每秒调用数(Transaction per seconds)  |
 | maxLifeTimeInQueue                       | Producer端调用在队列中最大等待时间 |
 | minLifeTimeInQueue                       | Producer端调用在队列中最小等待时间 |
 | totalRequestsPerProvider                 | Producer总请求数          |

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to