SylviaBABY commented on code in PR #7397:
URL: https://github.com/apache/apisix/pull/7397#discussion_r916387875
##########
docs/zh/latest/plugins/node-status.md:
##########
@@ -75,45 +83,33 @@ Server: APISIX web server
{"status":{"total":"23","waiting":"0","accepted":"22","writing":"1","handled":"22","active":"1","reading":"0"},"id":"6790a064-8f61-44ba-a6d3-5df42f2b1bb3"}
```
-2. 参数说明
+返回结果中的参数释义如下:
-| 参数 | 说明 |
-| ------------ | -------------------------------------------- |
-| status | 状态信息 |
-| total | 客户端请求总数 |
-| waiting | 当前等待客户端请求的空闲连接数 |
-| accepted | 已经接受的客户端连接总数 |
-| writing | 当前正在写给客户端响应的连接数 |
-| handled | 已经处理的连接总数,通常等于 accepted |
-| active | 当前活跃的客户端连接数 |
-| reading | 当前正在读取请求头的连接数 |
-| id | APISIX uid 信息,保存在 apisix/conf/apisix.uid |
+| 参数 | 说明
|
+| ------------ |
---------------------------------------------------------------------- |
+| status | APISIX 的状态信息。
|
+| total | 客户端请求总数。
|
+| waiting | 当前等待客户端请求的空闲连接数。 |
+| accepted | 当前已经接受的客户端连接总数。 |
+| writing | 当前正在写给客户端响应的连接数。 |
+| handled | 当前已经处理的连接总数,除非达到其他资源的限制,否则此值与 `accepted` 相同。 |
+| active | 当前活跃的客户端连接数。 |
+| reading | 当前正在读取请求头的连接数。 |
+| id | APISIX uid 信息,保存在 `./conf/apisix.uid` 文件中。 |
Review Comment:
```suggestion
| id | APISIX UID 信息,保存在 `./conf/apisix.uid` 文件中。 |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]