• 应该关闭所有不重要的后台进程避免调度的进程(比如屏幕保护病毒扫描程序)基准测试期间启动。

    And you likely want to shut down all nonessential background processes, as well as prevent scheduled processes (such as screen savers and virus scanners) from kicking in during benchmarking.

    youdao

  • 内核调度程序使用这种方法实现调度模块管理进程的负载平衡。

    The core scheduler USES this method to load-balance processes managed by the scheduling module.

    youdao

  • 进程内核线程进行绑定之后它们调度运行指定处理器

    Once kernel threads of the process are bound, they'll always be scheduled to run on the selected processor.

    youdao

  • 进程执行底层虚拟调度

    Process execution is scheduled by the underlying virtual machine.

    youdao

  • 内核使用收集CPU 使用量数据,可以根据优先级、当前 CPU 使用量 CPU 限制调度撤消运行进程

    The CPU usage thus gathered is used by the kernel, which may schedule or de-schedule a process based on its priority, current CPU usage, and CPU limits.

    youdao

  • 设置1尝试在尽可能调度进程,让其他可以空闲

    When it is set to 1, the scheduler tries to schedule processes on as few cores as possible so that the others can go idle.

    youdao

  • 一旦进入网络驱动(通常传输一个数据包时)以及进程调度空闲循环的时候,对网络接口进行轮询

    We poll the network interface anytime we enter the network driver (typically for transmitting a packet) and from the process scheduler's idle loop.

    youdao

  • 添加删除进程效率很高(具有保护结构)。

    This scheduler was efficient for adding and removing processes (with a lock to protect the structure).

    youdao

  • 记住必须超级用户才能进程指定更高调度优先级,或者说它们的nice值更低

    Remember that you have to be the superuser to give your processes higher scheduling priority and make them less nice.

    youdao

  • 使用nicerenice优化调度程序——帮助运行进程分配不同优先级避免占用大量CPU资源。

    Tuning scheduler using nice or renice — This helps you to assign different priorities to running processes to prevent CPU hogs.

    youdao

  • 这个步骤完成之后二级调度会根据给定标准Linux优先级挑选进程执行

    After this is done, the second-level scheduler picks the process to execute given the standard Linux priorities.

    youdao

  • 进程调度次数(或者说是内核调度子例程那个进程释放CPU次数)。

    Number of times that the process was dispatched (or how many times the kernel dispatch subroutine relinquished the CPU to that process).

    youdao

  • 垃圾收集器使用非阻塞算法加快并发和平行的垃圾搜集;器使用非阻塞算法有效地调度线程和进程实现内在

    The garbage collector uses them to accelerate concurrent and parallel garbage collection; the scheduler uses them to efficiently schedule threads and processes and to implement intrinsic locking.

    youdao

  • 节将阐述如何测试调度后台进程可用性

    This section shows how to test the high availability of the scheduling daemon.

    youdao

  • 2.4版本的中,时间重算算法要求所有进程用尽它们的时间以后,它们的时间片重新计算。

    In the 2.4 scheduler, the timeslice recalculation algorithm requires that all processes exhaust their timeslice before their new timeslices can be recomputed.

    youdao

  • 负载平衡降低那些超出处理器负载能力进程优先级

    Load balancing: the scheduler will decrease the priority of any process that generates more load than the processor can handle.

    youdao

  • SSI解决方案修改内核几乎所有部分进程管理文件系统内存 管理、调度等等通过不加修改地运行内核进程模拟器简化部署工作

    SSI solutions modify almost every area of kernel: process management, filesystem, memory management, scheduler, etc. Emulators simplify the deployment by letting the kernel processes run unchanged.

    youdao

  • 这样好处可以覆盖系统调度迫使一个进程指定CPU 上运行

    The advantage of doing this is to override the system's built-in scheduler to force a process to run only on specified CPUs.

    youdao

  • 设置1尝试尽可能的超线程调度进程其他超线程可以空闲进而通过空闲C 状态节省电力

    When it is set to 1, the scheduler tries to schedule processes to as few hyperthreads on a core as possible so that the others can go idle and in turn save power through idle C states.

    youdao

  • 最后disp指明PTT工具收集统计数据时间间隔内进程调度次数。

    Finally, the disp column indicates the number of times the process was dispatched during the interval that the PTT tool collected statistics.

    youdao

  • 新的操作系统KVM启动时通过称为 kvm实用程序),成为宿主操作系统的一个进程,因此就可以其他进程一样调度它。

    When a new operating system is booted on KVM (through a utility called kvm), it becomes a process of the host operating system and therefore scheduleable like any other process.

    youdao

  • 为了确保重要进程能够得到CPU这种选择基于调度优先级 进程的。

    To ensure that important processes don't get starved out by CPU hogs, the selection is done based on a scheduling priority.

    youdao

  • 清单1中的ni展示调度优先级或者说每个进程niceness。

    The ni column in Listing 1 above, shows the scheduling priority or niceness of each process.

    youdao

  • 进程置为睡眠状态普通方法进程状态设置为TASK_INTERRUPTIBLETASK_UNINTERRUPTIBLE调用调度程序schedule函数

    The normal way to put a process to sleep is to set the process's state to either TASK_INTERRUPTIBLE or TASK_UNINTERRUPTIBLE and call the scheduler's function schedule .

    youdao

  • 内核代码中子例程idledCPU空闲时运行进程schedule(内核调度)。

    The subroutines that ran in the kernel code are idled (the process that is run when the CPU is idle) and schedule (the kernel scheduler).

    youdao

  • 这些man页面可能解释了如何使用cron是一个负责系统任务调度守护进程

    Chances are, these man pages explain how to use cron, the system job-scheduling daemon.

    youdao

  • 如果内存存在多于一个进程,那么其余进程会要等待,当CPU空闲的时候,重新开始调度

    If there are more processes, the rest will have to wait until the CPU is free and can be rescheduled.

    youdao

  • 任何多任务操作系统本质部分内核仅仅包含调度程序上下文切换进程

    An essential part of any multitasking operating system, the kernel contains just the scheduler and context-switch routine.

    youdao

  • 其中数据库文件格式用于数据库数据加载存盘,数据库进程调度用于解决数据库并行访问问题

    The database file format was used for loading and saving data of database, while the database process schedule was used for solving the questions of parallel data accessing.

    youdao

  • 着重系统进程运行机制安全策略调度策略通信策略等方面进行阐述

    Especially carried on the elaboration for the processes running mechanism, security policy, scheduling policy and correspondence policy in this system.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定