~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/translations/zh_CN/scheduler/sched-debug.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/translations/zh_CN/scheduler/sched-debug.rst (Version linux-6.12-rc7) and /Documentation/translations/zh_CN/scheduler/sched-debug.rst (Version linux-6.3.13)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2 .. include:: ../disclaimer-zh_CN.rst                2 .. include:: ../disclaimer-zh_CN.rst
  3                                                     3 
  4 :Original: Documentation/scheduler/sched-debug      4 :Original: Documentation/scheduler/sched-debug.rst
  5                                                     5 
  6 :翻译:                                            6 :翻译:
  7                                                     7 
  8   唐艺舟 Tang Yizhou <tangyeechou@gmail.com>      8   唐艺舟 Tang Yizhou <tangyeechou@gmail.com>
  9                                                     9 
 10 =============                                      10 =============
 11 调度器debugfs                                   11 调度器debugfs
 12 =============                                      12 =============
 13                                                    13 
 14 用配置项CONFIG_SCHED_DEBUG=y启动内核     14 用配置项CONFIG_SCHED_DEBUG=y启动内核后,将可以访问/sys/kernel/debug/sched
 15 下的调度器专用调试文件。其中一     15 下的调度器专用调试文件。其中一些文件描述如下。
 16                                                    16 
 17 numa_balancing                                     17 numa_balancing
 18 ==============                                     18 ==============
 19                                                    19 
 20 `numa_balancing` 目录用来存放控制非     20 `numa_balancing` 目录用来存放控制非统一内存访问(NUMA)平衡特性的相关文件。
 21 如果该特性导致系统负载太高,那     21 如果该特性导致系统负载太高,那么可以通过 `scan_period_min_ms, scan_delay_ms,
 22 scan_period_max_ms, scan_size_mb` 文件控制     22 scan_period_max_ms, scan_size_mb` 文件控制NUMA缺页的内核采样速率。
 23                                                    23 
 24                                                    24 
 25 scan_period_min_ms, scan_delay_ms, scan_period     25 scan_period_min_ms, scan_delay_ms, scan_period_max_ms, scan_size_mb
 26 ----------------------------------------------     26 -------------------------------------------------------------------
 27                                                    27 
 28 自动NUMA平衡会扫描任务地址空间,     28 自动NUMA平衡会扫描任务地址空间,检测页面是否被正确放置,或者数据是否应该被
 29 迁移到任务正在运行的本地内存结     29 迁移到任务正在运行的本地内存结点,此时需解映射页面。每个“扫描延迟”(scan delay)
 30 时间之后,任务扫描其地址空间中     30 时间之后,任务扫描其地址空间中下一批“扫描大小”(scan size)个页面。若抵达
 31 内存地址空间末尾,扫描器将从头     31 内存地址空间末尾,扫描器将从头开始重新扫描。
 32                                                    32 
 33 结合来看,“扫描延迟”和“扫描     33 结合来看,“扫描延迟”和“扫描大小”决定扫描速率。当“扫描延迟”减小时,扫描速率
 34 增加。“扫描延迟”和每个任务的     34 增加。“扫描延迟”和每个任务的扫描速率都是自适应的,且依赖历史行为。如果页面被
 35 正确放置,那么扫描延迟就会增加     35 正确放置,那么扫描延迟就会增加;否则扫描延迟就会减少。“扫描大小”不是自适应的,
 36 “扫描大小”越大,扫描速率越高     36 “扫描大小”越大,扫描速率越高。
 37                                                    37 
 38 更高的扫描速率会产生更高的系统     38 更高的扫描速率会产生更高的系统开销,因为必须捕获缺页异常,并且潜在地必须迁移
 39 数据。然而,当扫描速率越高,若     39 数据。然而,当扫描速率越高,若工作负载模式发生变化,任务的内存将越快地迁移到
 40 本地结点,由于远程内存访问而产     40 本地结点,由于远程内存访问而产生的性能影响将降到最低。下面这些文件控制扫描延迟
 41 的阈值和被扫描的页面数量。            41 的阈值和被扫描的页面数量。
 42                                                    42 
 43 ``scan_period_min_ms`` 是扫描一个任务     43 ``scan_period_min_ms`` 是扫描一个任务虚拟内存的最小时间,单位是毫秒。它有效地
 44 控制了每个任务的最大扫描速率。      44 控制了每个任务的最大扫描速率。
 45                                                    45 
 46 ``scan_delay_ms`` 是一个任务初始化创     46 ``scan_delay_ms`` 是一个任务初始化创建(fork)时,第一次使用的“扫描延迟”。
 47                                                    47 
 48 ``scan_period_max_ms`` 是扫描一个任务     48 ``scan_period_max_ms`` 是扫描一个任务虚拟内存的最大时间,单位是毫秒。它有效地
 49 控制了每个任务的最小扫描速率。      49 控制了每个任务的最小扫描速率。
 50                                                    50 
 51 ``scan_size_mb`` 是一次特定的扫描中     51 ``scan_size_mb`` 是一次特定的扫描中,要扫描多少兆字节(MB)对应的页面数。
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php