You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgstr"BANDWIDTH: Network bandwidth metric. The default threshold is 10Mbits/sec. You can adjust it using the `--speed_thres <theshold>` option. If the detected value is less than 10Mbits/sec, the result will be WARNING;"
110
+
msgstr"BANDWIDTH: Network bandwidth metric. The default threshold is 10Mbits/sec. You can adjust it using the `--speed_threshold` option. If the detected value is less than 10Mbits/sec, the result will be WARNING;"
111
111
112
112
#:../../deployment/diagnose_tool.md:112
113
113
msgid"CONNECTION:联通性,检测 Kuscia Job 的服务网络联通;"
@@ -119,15 +119,15 @@ msgstr "PROXY_BUFFER: Gateway buffer. A FAIL result indicates that the gateway b
msgstr"REQUEST_BODY_SIZE: Gateway request body size limit. The default threshold is 1MB. You can adjust it using the `--size_thres <threshold>` option. If the detected value is less than 1MB, the result will be WARNING;"
124
+
msgstr"REQUEST_BODY_SIZE: Gateway request body size limit. The default threshold is 1MB. You can adjust it using the `--size_threshold` option. If the detected value is less than 1MB, the result will be WARNING;"
msgstr"RTT: Transmission latency. The default threshold is 50ms. You can adjust it using the `--rtt_thres <threshold>` option. If the detected value exceeds 50ms, the result will be WARNING."
msgstr"RTT: Transmission latency. The default threshold is 50ms. You can adjust it using the `--rtt_threshold` option. If the detected value exceeds 50ms, the result will be WARNING."
131
131
132
132
#:../../deployment/diagnose_tool.md:116
133
133
msgid"NETWORK STATISTICS(bob-alice): Bob 到 Alice 的请求链路网络指标。"
"--> Bob --> Carol。在 Bob 上,如果收到一个发送给 Carol 的请求,比如请求的域名是 "
68
68
"xxx.carol.svc,Alice 的请求是 ExternalPort 进去,然后转到 InternalPort,最后转发到 Carol "
69
-
"的网关所以 Bob 的 External 和 Intenral.log 里会有对应该请求的 traceid 的两条日志,也可以根据请求的域名判断 "
69
+
"的网关所以 Bob 的 External 和 Internal.log 里会有对应该请求的 traceid 的两条日志,也可以根据请求的域名判断 "
70
70
"ServiceName 中的 NameSpace 是不是自己的节点"
71
71
msgstr""
72
72
"Typically, requests in External.log are inbound traffic, while requests in Internal.log are outbound traffic. However, there is a special scenario: the forwarding scenario, Alice --> Bob --> Carol. On Bob, if a request is received for Carol, such as a request with the domain name xxx.carol.svc, Alice's request enters through the ExternalPort, then transfers to the InternalPort, and finally forwards to Carol's gateway. Therefore, Bob's External and Internal.log will have two log entries with the corresponding traceid for this request. You can also determine whether the NameSpace in the ServiceName is your own node based on the request's domain name."
0 commit comments