@@ -271,7 +271,7 @@ both Linux and Windows kernels). The time window used to calculate CPU is shown
271
271
in Metrics API.
272
272
273
273
To learn more about how Kubernetes allocates and measures CPU resources, see
274
- [meaning of CPU](/docs/concepts/configuration/manage-resources-container /#meaning-of-cpu).
274
+ [meaning of CPU](/docs/concepts/configuration/manage-resources-containers /#meaning-of-cpu).
275
275
-->
276
276
## 度量资源用量 {#measuring-resource-usage}
277
277
@@ -284,7 +284,7 @@ CPU 报告为以 cpu 为单位测量的平均核心使用率。在 Kubernetes
284
284
用于计算 CPU 的时间窗口显示在 Metrics API 的窗口字段下。
285
285
286
286
要了解更多关于 Kubernetes 如何分配和测量 CPU 资源的信息,请参阅
287
- [ CPU 的含义] ( /zh/docs/concepts/configuration/manage-resources-container /#meaning-of-cpu ) 。
287
+ [ CPU 的含义] ( /zh/docs/concepts/configuration/manage-resources-containers /#meaning-of-cpu ) 。
288
288
289
289
<!--
290
290
### Memory
@@ -300,7 +300,7 @@ anonymous memory associated with the container in question. The working set metr
300
300
includes some cached (file-backed) memory, because the host OS cannot always reclaim pages.
301
301
302
302
To learn more about how Kubernetes allocates and measures memory resources, see
303
- [meaning of memory](/docs/concepts/configuration/manage-resources-container /#meaning-of-memory).
303
+ [meaning of memory](/docs/concepts/configuration/manage-resources-containers /#meaning-of-memory).
304
304
-->
305
305
### 内存 {#memory}
306
306
@@ -313,7 +313,7 @@ Kubernetes 模型中,容器工作集是由容器运行时计算的与相关容
313
313
工作集指标通常还包括一些缓存(文件支持)内存,因为主机操作系统不能总是回收页面。
314
314
315
315
要了解有关 Kubernetes 如何分配和测量内存资源的更多信息,
316
- 请参阅[ 内存的含义] ( /zh/docs/concepts/configuration/manage-resources-container /#meaning-of-memory ) 。
316
+ 请参阅[ 内存的含义] ( /zh/docs/concepts/configuration/manage-resources-containers /#meaning-of-memory ) 。
317
317
318
318
<!--
319
319
## Metrics Server
0 commit comments