advapi32res.dll.mui 高级 Windows 32 基本 API 00163762796e8a4bfdcfec1d2eb8feb9

File info

File name: advapi32res.dll.mui
Size: 40448 byte
MD5: 00163762796e8a4bfdcfec1d2eb8feb9
SHA1: e75cec14f13dc69c0480043faad1628cd8dc441b
SHA256: bb07b13570773e7184839d5d386aec6fea1577c97eb5100b737f5f27b010b1d2
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
1Processor Information Processor Information
3处理器信息性能计数器集由测量处理器活动方面的计数器组成。处理器是计算机进行算术和逻辑计算,在外设上启动操作,以及运行处理线程的部分。一台计算机可以具有多个处理器。在有些计算机上,处理器以 NUMA 节点的形式进行组织,以便共享物理内存之类的硬件资源。处理器信息计数器集将每个处理器表示为一对编号: 其中,第一个编号为 NUMA 节点编号;第二个编号为该 NUMA 节点内以零开始的处理器索引。如果计算机不使用 NUMA 节点,则第一个编号为零。 The Processor Information performance counter set consists of counters that measure aspects of processor activity. The processor is the part of the computer that performs arithmetic and logical computations, initiates operations on peripherals, and runs the threads of processes. A computer can have multiple processors. On some computers, processors are organized in NUMA nodes that share hardware resources such as physical memory. The Processor Information counter set represents each processor as a pair of numbers, where the first number is the NUMA node number and the second number is the zero-based index of the processor within that NUMA node. If the computer does not use NUMA nodes, the first number is zero.
5% Processor Time % Processor Time
7% Processor Time 是处理器执行非空闲线程所用时间的百分比。此时间通过先测量处理器执行空闲线程所用时间的百分比,然后用 100% 减去该值计算而来的。(每个处理器都有一个空闲线程,在没有其他线程准备运行时将累计该线程的时间。)此计数器是处理器活动的主要指示器,并且显示在采样间隔期间观察到的繁忙时间的平均百分比。应该注意,在系统时钟刻度的内部采样间隔执行会计计算,反映处理器是否处于空闲状态。在目前的快速处理器上,处理器时间百分比会低估处理器使用情况,因为处理器可能会花很多时间,在系统时钟采样间隔之间为线程提供服务。基于工作负荷的计时器应用程序是应用程序的一个示例,其测量值很可能不准确,因为采样后会立即向计时器发出信号。 % Processor Time is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter is the primary indicator of processor activity, and displays the average percentage of busy time observed during the sample interval. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. On todays fast processors, % Processor Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken.
9% User Time % User Time
11% User Time 指处理器处于用户模式的时间百分比。用户模式是为应用程序、环境分系统和整数分系统设计的有限处理模式。另一个模式为特权模式,它是为操作系统组件设计的并且允许直接访问硬件和所有内存。操作系统将应用程序线程转换成特权模式以访问操作系统服务。这个计数值将平均忙时作为示例时间的一部分显示。 % User Time is the percentage of elapsed time the processor spends in the user mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory. The operating system switches application threads to privileged mode to access operating system services. This counter displays the average busy time as a percentage of the sample time.
13% Privileged Time % Privileged Time
15% Privileged Time 是在特权模式下进程线程执行代码所花时间的百分比。当调用 Windows 系统服务时,此服务经常在特权模式运行,以便获取对系统专有数据的访问。在用户模式执行的线程无法访问这些数据。 对系统的调用可以是直接的(explicit)或间接的(implicit),例如页面错误或中断。不像某些早期的操作系统,Windows 除了使用用户和特权模式的传统保护模式之外,还使用处理边界作为分系统保护。某些由 Windows 为你的应用程序所做的操作除了出现在处理的特权时间内,还可能在其他子系统处理出现。 % Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode. When a Windows system service in called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process.
17Interrupts/sec Interrupts/sec
19Interrupts/sec 是处理器接收和处理硬件中断的平均速度,单位为每秒事例数。这不包括分开计数的延迟的进程调用(DPCs)。这个值说明生成中断的设备(如系统时钟、鼠标、磁盘驱动器、数据通讯线、网络接口卡和其他外缘设备)的活动。这些设备通常在完成任务或需要注意时中断处理器。正常线程执行因此被暂停。系统时钟通常每 10 毫秒中断处理器一次,创建中断活动的后台执行。这个计数值显示用上两个实例中观察到的值之间的差除于实例间隔的持续时间所得的值。 Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced hardware interrupts. It does not include deferred procedure calls (DPCs), which are counted separately. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards, and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended. The system clock typically interrupts the processor every 10 milliseconds, creating a background of interrupt activity. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
21% DPC Time % DPC Time
23% DPC Time 指在采样间隔期间处理器用在延迟过程调用(DPC)接收和提供服务的时间百分比。DPC 是以低于标准中断优先权运行的中断。因为 DPC 是以特权模式执行的,所以 % DPC Time 是 % Privileged Time 的一部分。他们是分开计算的,并且不是中断计数器的一部分。此计数器将平均繁忙时间显示为采样时间的百分比。 % DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. DPCs are interrupts that run at a lower priority than standard interrupts. % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time.
25% Interrupt Time % Interrupt Time
27% Interrupt Time 是处理器在实例间隔期间接受和服务硬件中断的时间。此值间接表示了生成间隔的设备活动, 如系统时钟、鼠标、磁盘驱动程序、数据通讯线路、网络界面卡和其他外围设备。当这些设备完成一项任务或需要管理时,它们通常会中断处理器。中断期间,正常的线程执行会暂停。多数系统时钟会每隔 10 毫秒中断处理器,产生间隔活动的后台执行,在间隔期间,终止正常的线程执行。此计数器显示此平均占用时间为实例时间的一部分。 % Interrupt Time is the time the processor spends receiving and servicing hardware interrupts during sample intervals. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity. suspends normal thread execution during interrupts. This counter displays the average busy time as a percentage of the sample time.
29DPCs Queued/sec DPCs Queued/sec
31DPCs Queued/sec 指将延迟过程调用(DPC)添加到处理器 DPC 队列的平均速率,单位为每秒事件次数。DPC 是以低于标准中断优先权运行的中断。每个处理器均拥有各自的 DPC 列队。此计数器计算将 DPC 添加到队列的速率,而不是队列中 DPC 的数量。此计数器显示上两个采样中观察到的值的差除以采样间隔时间所得的值。 DPCs Queued/sec is the average rate, in incidents per second, at which deferred procedure calls (DPCs) were added to the processor's DPC queue. DPCs are interrupts that run at a lower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs are added to the queue, not the number of DPCs in the queue. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
33DPC Rate DPC Rate
35DPC Rate 是将延缓进程调用 (DPC) 在每个处理器系统时钟嘀嗒之间添加到本处理器的 DPC 列队中的速率。DPC 是低于标准间隔运行优先级别的间隔。每个处理器拥有各自的 DPC 列队。此计数器衡量将 DPC 添加到列队的速度,而不是列队中 DPC 的数量。这个计数器只显示观察到的最后一个值;它不是一个平均值。 DPC Rate is the rate at which deferred procedure calls (DPCs) were added to the processors DPC queues between the timer ticks of the processor clock. DPCs are interrupts that run at alower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs were added to the queue, not the number of DPCs in the queue. This counter displays the last observed value only; it is not an average.
37% Idle Time % Idle Time
39% Idle Time 是处理器在采样期间空闲的时间的百分比 % Idle Time is the percentage of time the processor is idle during the sample interval
41% C1 Time % C1 Time
43% C1 Time 是处理器处于 C1 低能量空闲状态下的时间百分比。% C1 Time 是处理器空闲总时间的一个子集。C1 低能量空闲状态允许处理器保持其整个环境并快速返回运行状态。不是所有的系统都支持 % C1 状态。 % C1 Time is the percentage of time the processor spends in the C1 low-power idle state. % C1 Time is a subset of the total processor idle time. C1 low-power idle state enables the processor to maintain its entire context and quickly return to the running state. Not all systems support the % C1 state.
45% C2 Time % C2 Time
47% C2 Time 是处理器处于 C2 低能量空闲状态下的时间百分比。% C2 Time 是处理器空闲总时间的一个子集。C2 低能量空闲状态允许处理器保持系统缓存环境。C2 能量状态比 C1 的能量更低而且退出延迟状态更高。不是所有的系统都支持 C2 状态。 % C2 Time is the percentage of time the processor spends in the C2 low-power idle state. % C2 Time is a subset of the total processor idle time. C2 low-power idle state enables the processor to maintain the context of the system caches. The C2 power state is a lower power and higher exit latency state than C1. Not all systems support the C2 state.
49% C3 Time % C3 Time
51% C3 Time 是处理器处于 C3 低能量空闲状态下的时间百分比。% C3 Time 是处理器空闲总时间的一个子集。处于 C3 低能量空闲状态时,处理器无法其缓存的协调。C3 能量状态比 C3 的能量更低而且退出延迟状态更高。不是所有的系统都支持 C3 状态。 % C3 Time is the percentage of time the processor spends in the C3 low-power idle state. % C3 Time is a subset of the total processor idle time. When the processor is in the C3 low-power idle state it is unable to maintain the coherency of its caches. The C3 power state is a lower power and higher exit latency state than C2. Not all systems support the C3 state.
53C1 Transitions/sec C1 Transitions/sec
55C1 Transitions/sec 是 CPU 进入 C1 低能量空闲状态的速度。CPU 在足够空闲时进入 C1 状态,并在任何中断下退出这个状态。这个计数器显示上两个范例中观察到的值的差异除以采样间隔的时间。 C1 Transitions/sec is the rate that the CPU enters the C1 low-power idle state. The CPU enters the C1 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
57C2 Transitions/sec C2 Transitions/sec
59C2 Transitions/sec 是 CPU 进入 C2 低能量空闲状态的速度。CPU 在足够空闲时进入 C2 状态,并在任何中断下退出这个状态。这个计数器显示上两个范例中观察到的值的差异除以采样间隔的时间。 C2 Transitions/sec is the rate that the CPU enters the C2 low-power idle state. The CPU enters the C2 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
61C3 Transitions/sec C3 Transitions/sec
63C3 Transitions/sec 是 CPU 进入 C3 低能量空闲状态的速度。CPU 在足够空闲时进入 C3 状态,并在任何中断下退出这个状态。这个计数器显示上两个范例中观察到的值的差异除以采样间隔的时间。 C3 Transitions/sec is the rate that the CPU enters the C3 low-power idle state. The CPU enters the C3 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
65% Priority Time % Priority Time
67% Priority Time 是处理器执行非低优先级线程所用时间的百分比。此时间是通过先测量处理器执行低优先级线程或空闲线程所用时间的百分比,然后用 100% 减去该值计算而来的。(每个处理器都有一个空闲线程,在没有其他线程准备运行时将累计该线程的时间。)此计数器显示在采样间隔期间观察到的繁忙时间的平均百分比,低优先级后台工作除外。应该注意,在系统时钟刻度的内部采样间隔执行会计计算,反映处理器是否处于空闲状态。% Priority Time 会低估处理器使用情况,因为处理器可能会花很多时间,在系统时钟采样间隔之间为线程提供服务。基于工作负荷的计时器应用程序是应用程序的一个示例,其测量值很可能不准确,因为采样后会立即向计时器发出信号。 % Priority Time is the percentage of elapsed time that the processor spends executing threads that are not low priority. It is calculated by measuring the percentage of time that the processor spends executing low priority threads or the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter displays the average percentage of busy time observed during the sample interval excluding low priority background work. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. % Priority Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken.
69Parking Status Parking Status
71“停止”状态表示处理器是否停止。 Parking Status represents whether a processor is parked or not.
73Processor Frequency Processor Frequency
75处理器频率是当前处理器的频率(以兆赫为单位)。一些处理器能够不受 Windows 控制地调节其频率。在这些系统上,处理器频率将不能准确地反映实际处理器频率。请改用 % 处理器性能。 Processor Frequency is the frequency of the current processor in megahertz. Some processors are capable of regulating their frequency outside of the control of Windows. Processor Frequency will not accurately reflect actual processor frequency on these systems. Use % Processor Performance instead.
77% of Maximum Frequency % of Maximum Frequency
79最大频率的 % 是当前处理器最大频率的百分比。一些处理器能够在 Windows 控制之外调节其频率。在这些系统上最大频率的 % 将不能准确地反映实际处理器频率。请改用 % Processor Performance。 % of Maximum Frequency is the percentage of the current processor's maximum frequency. Some processors are capable of regulating their frequency outside of the control of Windows. % of Maximum Frequency will not accurately reflect actual processor frequency on these systems. Use % Processor Performance instead.
81Processor State Flags Processor State Flags
83处理器状态标志 Processor State Flags
85Synchronization Synchronization
87同步性能对象由计数器组成用于内核同步。同步对象将每个处理器作为对象的实例。 The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object.
89Spinlock Acquires/sec Spinlock Acquires/sec
91Spinlock acquires/sec 是旋转锁获取速率。这包括基本旋转锁、排队的旋转锁、堆栈内排队旋转锁,以及共享旋转锁获取。 Spinlock acquires/sec is the rate of spinlock acquisitions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks acquisitions.
93Spinlock Contentions/sec Spinlock Contentions/sec
95Spinlock contentions/sec 是旋转锁争用速率。这包括基本旋转锁、排队的旋转锁、堆栈内排队旋转锁,以及共享旋转锁争用。 Spinlock contentions/sec is the rate of spinlock contentions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks contentions.
97Spinlock Spins/sec Spinlock Spins/sec
99Spinlock spins/sec 是旋转锁旋转速率。这包括旋转获取基本旋转锁、排队的旋转锁、堆栈内排队旋转锁,以及共享旋转锁。 Spinlock spins/sec is the rate of spinlock spins. It includes the spins to acquire basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks.
101IPI Send Broadcast Requests/sec IPI Send Broadcast Requests/sec
103IPI Send Broadcast Requests/sec 是 IPI 广播请求速率。 IPI Send Broadcast Requests/sec is the rate of IPI broadcast requests.
105IPI Send Routine Requests/sec IPI Send Routine Requests/sec
107IPI Send Routine Requests/sec 是 IPI 例程请求速率。 IPI Send Routine Requests/sec is the rate of IPI routine requests.
109IPI Send Software Interrupts/sec IPI Send Software Interrupts/sec
111IPI Send Software Interrrupts/sec 是软件中断速率。 IPI Send Software Interrrupts/sec is the rate of software interrupts.
113Exec. Resource Total Initialize/sec Exec. Resource Total Initialize/sec
115对执行资源进行初始化操作的频率。 Frequency of initialization operations on Executive Resources.
117Exec. Resource Total Re-Initialize/sec Exec. Resource Total Re-Initialize/sec
119对执行资源重新进行初始化操作的频率。 Frequency of re-initialization operations on Executive Resources.
121Exec. Resource Total Delete/sec Exec. Resource Total Delete/sec
123对执行资源进行删除操作的频率。 Frequency of delete operations on Executive Resources.
125Exec. Resource Total Acquires/sec Exec. Resource Total Acquires/sec
127对执行资源进行获取操作的频率。 Frequency of acquire operations on Executive Resources.
129Exec. Resource Total Contentions/sec Exec. Resource Total Contentions/sec
131执行资源的争用速率。 Contention rate on Executive Resources.
133Exec. Resource Total Exclusive Releases/sec Exec. Resource Total Exclusive Releases/sec
135对执行资源进行执行发布的频率。 Frequency of Exclusive releases on Executive Resources.
137Exec. Resource Total Shared Releases/sec Exec. Resource Total Shared Releases/sec
139对执行资源进行共享发布的频率。 Frequency of Shared releases on Executive Resources.
141Exec. Resource Total Conv. Exclusive To Shared/sec Exec. Resource Total Conv. Exclusive To Shared/sec
143转换到对执行资源所进行的共享操作的频率。 Frequency of convert to shared operations on Executive Resources.
145Exec. Resource Attempts AcqExclLite/sec Exec. Resource Attempts AcqExclLite/sec
147从 ExAcquireResourceExclusiveLite 对执行资源进行获取独占尝试的频率。 Frequency of acquire exclusive attempts on Executive Resources from ExAcquireResourceExclusiveLite.
149Exec. Resource Acquires AcqExclLite/sec Exec. Resource Acquires AcqExclLite/sec
151从 ExAcquireResourceExclusiveLite 进行最初独占获取的频率。 Frequency of first exclusive acquires from ExAcquireResourceExclusiveLite.
153Exec. Resource Recursive Excl. Acquires AcqExclLite/sec Exec. Resource Recursive Excl. Acquires AcqExclLite/sec
155从 ExAcquireResourceExclusiveLite 进行递归独占获取的频率。 Frequency of recursive exclusive acquires from ExAcquireResourceExclusiveLite.
157Exec. Resource Contention AcqExclLite/sec Exec. Resource Contention AcqExclLite/sec
159从 ExAcquireResourceExclusiveLite 进行独占获取尝试期间的等待频率。 Frequency of waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite.
161Exec. Resource no-Waits AcqExclLite/sec Exec. Resource no-Waits AcqExclLite/sec
163从 ExAcquireResourceExclusiveLite 进行独占获取尝试期间的非等待频率。 Frequency of no-waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite.
165Exec. Resource Attempts AcqShrdLite/sec Exec. Resource Attempts AcqShrdLite/sec
167从 ExAcquireResourceExclusiveLite 对执行资源进行获取共享尝试的频率。 Frequency of acquire shared attempts on Executive Resources from ExAcquireResourceSharedLite.
169Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec
171从 ExAcquireResourceSharedLite 进行递归独占获取的频率。 Frequency of recursive exclusive acquires from ExAcquireResourceSharedLite.
173Exec. Resource Acquires AcqShrdLite/sec Exec. Resource Acquires AcqShrdLite/sec
175从 ExAcquireResourceSharedLite 进行最初共享获取的频率。 Frequency of first shared acquires from ExAcquireResourceSharedLite.
177Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec
179从 ExAcquireResourceSharedLite 进行递归共享获取的频率。 Frequency of recursive shared acquires from ExAcquireResourceSharedLite.
181Exec. Resource Contention AcqShrdLite/sec Exec. Resource Contention AcqShrdLite/sec
183从 ExAcquireResourceSharedLite 进行获取尝试期间的等待频率。 Frequency of waits during acquire attempts from ExAcquireResourceSharedLite.
185Exec. Resource no-Waits AcqShrdLite/sec Exec. Resource no-Waits AcqShrdLite/sec
187从 ExAcquireResourceSharedLite 进行获取尝试期间的非等待频率。 Frequency of no-waits during acquire attempts from ExAcquireResourceSharedLite.
189Exec. Resource Attempts AcqShrdStarveExcl/sec Exec. Resource Attempts AcqShrdStarveExcl/sec
191从 ExAcquireSharedStarveExclusive 对执行资源进行获取共享尝试的频率。 Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedStarveExclusive.
193Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec
195从 ExAcquireSharedStarveExclusive 进行递归独占获取的频率。 Frequency of recursive exclusive acquires from ExAcquireSharedStarveExclusive.
197Exec. Resource Acquires AcqShrdStarveExcl/sec Exec. Resource Acquires AcqShrdStarveExcl/sec
199从 ExAcquireSharedStarveExclusive 进行最初共享获取的频率。 Frequency of first shared acquires from ExAcquireSharedStarveExclusive.
201Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec
203从 ExAcquireSharedStarveExclusive 进行递归共享获取的频率。 Frequency of recursive shared acquires from ExAcquireSharedStarveExclusive.
205Exec. Resource Contention AcqShrdStarveExcl/sec Exec. Resource Contention AcqShrdStarveExcl/sec
207从 ExAcquireSharedStarveExclusive 进行共享获取尝试期间的等待频率。 Frequency of waits during shared acquire attempts from ExAcquireSharedStarveExclusive.
209Exec. Resource no-Waits AcqShrdStarveExcl/sec Exec. Resource no-Waits AcqShrdStarveExcl/sec
211从 ExAcquireSharedStarveExclusive 进行共享获取尝试期间的非等待频率。 Frequency of no-waits during shared acquire attempts from ExAcquireSharedStarveExclusive.
213Exec. Resource Attempts AcqShrdWaitForExcl/sec Exec. Resource Attempts AcqShrdWaitForExcl/sec
215从 ExAcquireSharedWaitForExclusive 对执行资源进行获取共享尝试的频率。 Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedWaitForExclusive.
217Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec
219从 ExAcquireSharedWaitForExclusive 进行递归独占获取的频率。 Frequency of recursive exclusive acquires from ExAcquireSharedWaitForExclusive.
221Exec. Resource Acquires AcqShrdWaitForExcl/sec Exec. Resource Acquires AcqShrdWaitForExcl/sec
223从 ExAcquireSharedWaitForExclusive 进行最初共享获取的频率。 Frequency of first shared acquires from ExAcquireSharedWaitForExclusive.
225Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec
227从 ExAcquireSharedWaitForExclusive 进行递归共享获取的频率。 Frequency of recursive shared acquires from ExAcquireSharedWaitForExclusive.
229Exec. Resource Contention AcqShrdWaitForExcl/sec Exec. Resource Contention AcqShrdWaitForExcl/sec
231从 ExAcquireSharedWaitForExclusive 进行共享获取尝试期间的等待频率。 Frequency of waits during shared acquire attempts from ExAcquireSharedWaitForExclusive.
233Exec. Resource no-Waits AcqShrdWaitForExcl/sec Exec. Resource no-Waits AcqShrdWaitForExcl/sec
235从 ExAcquireSharedWaitForExclusive 进行独占获取尝试期间的非等待频率。 Frequency of no-waits during exclusive acquire attempts from ExAcquireSharedWaitForExclusive.
237Exec. Resource Set Owner Pointer Exclusive/sec Exec. Resource Set Owner Pointer Exclusive/sec
239将 ExSetResourceOwnerPointer 发送给独占所有者的频率。 Frequency of ExSetResourceOwnerPointer to an exclusive owner.
241Exec. Resource Set Owner Pointer Shared (New Owner)/sec Exec. Resource Set Owner Pointer Shared (New Owner)/sec
243将 ExSetResourceOwnerPointer 发送给新共享所有者的频率。 Frequency of ExSetResourceOwnerPointer to a new shared owner.
245Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec
247将 ExSetResourceOwnerPointer 发送给现有共享所有者的频率。 Frequency of ExSetResourceOwnerPointer to an existing shared owner.
249Exec. Resource Boost Excl. Owner/sec Exec. Resource Boost Excl. Owner/sec
251等待此执行资源时增强独占所有者的频率。 Frequency of boosting exclusive ownwer when waiting for this Executive Resource.
253Exec. Resource Boost Shared Owners/sec Exec. Resource Boost Shared Owners/sec
255等待此执行资源时增强共享所有者的频率。 Frequency of boosting shared ownwer(s) when waiting for this Executive Resource.
257Event Tracing for Windows Event Tracing for Windows
259此集合中的计数器是指有关 Windows 子系统的事件跟踪性能的系统范围跃点数。 The counters in this collection refer to system-wide metrics about the performance of the Event Tracing for Windows subsystem.
261Total Number of Distinct Enabled Providers Total Number of Distinct Enabled Providers
263为 ETW 会话启用的独特事件提供程序的数目;只对提供程序的多个实例计数一次。 Number of distinct event providers that are enabled to ETW sessions; multiple instances of a provider are counted only once.
265Total Number of Distinct Pre-Enabled Providers Total Number of Distinct Pre-Enabled Providers
267已针对跟踪会话启用但尚未向 ETW 注册的唯一跟踪提供程序的数目。 Number of unique tracing providers that have been enabled to a trace session but have not yet registered with ETW.
269Total Number of Distinct Disabled Providers Total Number of Distinct Disabled Providers
271已向跟踪子系统注册但未针对任何跟踪会话主动启用的唯一跟踪提供程序的数目;只对提供程序的多个注册实例计数一次。 Number of unique tracing providers that are registered with the tracing subsystem but are not actively enabled to any trace session; multiple registered instances of a provider are counted only once.
273Total Number of Active Sessions Total Number of Active Sessions
275当前处于活动状态的 ETW 跟踪会话的数目。 Number of ETW tracing sessions currently active.
277Total Memory Usage --- Paged Pool Total Memory Usage --- Paged Pool
279为与所有活动会话关联的缓冲区分配的分页内存的当前大小(以字节为单位)。 Current size of paged memory allocated for the buffers associated with all active sessions (in bytes).
281Total Memory Usage --- Non-Paged Pool Total Memory Usage --- Non-Paged Pool
283为与所有活动会话关联的缓冲区分配的非分页内存的当前大小(以字节为单位)。 Current size of non-paged memory allocated for the buffers associated with all active sessions (in bytes).
285Event Tracing for Windows Session Event Tracing for Windows Session
287此集合中的计数器与各个 Windows 事件跟踪会话相关。 The counters in this collection are related to individual Event Tracing for Windows sessions.
289Buffer Memory Usage -- Paged Pool Buffer Memory Usage -- Paged Pool
291为与此会话关联的缓冲区分配的分页内存的当前大小(以字节为单位)。 Current size of paged memory allocated for the buffers associated with this session (in bytes).
293Buffer Memory Usage -- Non-Paged Pool Buffer Memory Usage -- Non-Paged Pool
295为与此会话关联的缓冲区分配的非分页内存的当前大小(以字节为单位)。 Current size of non-paged memory allocated for the buffers associated with this session (in bytes).
297Events Logged per sec Events Logged per sec
299为此会话启用的提供程序将事件记录到此会话的速率(事件/秒)。 Rate at which events are logged to this session by providers that are enabled to this session (events/sec).
301Events Lost Events Lost
303自开始跟踪会话以来未成功记录的事件的总数。事件丢失,原因是会话缓冲区中的空间有限。若要避免丢失事件,则考虑增加缓冲大小或缓冲区的数量。 Total number of events that were not successfully logged since the start of the tracing session. Events are lost due to limited space in the session's buffers. To avoid lost events, consider increasing the buffer size or the number of buffers.
305Number of Real-Time Consumers Number of Real-Time Consumers
307当前以实时模式阅读该会话的事件的消费者数量。 Number of consumers currently reading events from this session in real-time mode.
309SynchronizationNuma SynchronizationNuma
311同步性能对象由用于内核同步的计数器组成。同步对象将每个处理器表示为该对象的实例。计数器根据系统 NUMA 拓扑进行累计。 The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object. The counters are aggregated based on the system NUMA topology.
315Spinlock Acquires/sec 表示获取旋转锁的速率。它涉及基本旋转锁、排队的旋转锁、堆栈内排队的旋转锁以及共享旋转锁的获取。 Spinlock acquires/sec is the rate of spinlock acquisitions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks acquisitions.
319Spinlock contentions/sec 是旋转锁争用速率。其包括基本旋转锁、排队的旋转锁、堆栈内排队旋转锁,以及共享旋转锁争用。 Spinlock contentions/sec is the rate of spinlock contentions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks contentions.
323Spinlock spins/sec 是旋转锁旋转速率。其包括旋转获取基本旋转锁、排队的旋转锁、堆栈内排队旋转锁,以及共享旋转锁。 Spinlock spins/sec is the rate of spinlock spins. It includes the spins to acquire basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks.
481FileSystem 磁盘活动性能计数器集由测量 FileSystem 的 IO 活动的若干计数器所组成。该计数器集可测量 FileSystem 从磁盘驱动器读取或写入到其中的字节数。 The FileSystem Disk Activity performance counter set consists of counters that measure the aspect of filesystem's IO Activity. This counter set measures the number of bytes filesystem read from and wrote to the disk drive.
483FileSystem Disk Activity FileSystem Disk Activity
485FileSystem 从磁盘驱动器读取的总字节数 Total Bytes Read by the FileSystem from disk drive
487FileSystem Bytes Read FileSystem Bytes Read
489FileSystem 写入到磁盘驱动器的总字节数 Total Bytes Written by the FileSystem from disk drive
491FileSystem Bytes Written FileSystem Bytes Written
501Thermal Zone Information 性能计数器集合是由对系统中每个热区域各方面性能进行测量的计数器组成。 The Thermal Zone Information performance counter set consists of counters that measure aspects of each thermal zone in the system.
503Thermal Zone Information Thermal Zone Information
505热区域的温度,以开氏度(Kelvin)为单位。 Temperature of the thermal zone, in degrees Kelvin.
507Temperature Temperature
509% Passive Limit 是指这个热区域当前在它控制的设备上实施的限制。如果限制数值为 100%,则表示设备不受限制。如果限制数值为 0%,则表示设备完全受到限制。 % Passive Limit is the current limit this thermal zone is placing on the devices it controls. A limit of 100% indicates the devices are unconstrained. A limit of 0% indicates the devices are fully constrained.
511% Passive Limit % Passive Limit
513Throttle Reasons 指明了热区域为何对它控制的设备进行性能限制。 Throttle Reasons indicate reasons why the thermal zone is limiting performance of the devices it controls.
515Throttle Reasons Throttle Reasons
517热区域的温度,以十分之开氏度(Kelvin)为单位。 Temperature of the thermal zone, in tenths of degrees Kelvin.
519高精度温度 High Precision Temperature
520High Precision Temperature High Precision Temperature
777Clock Interrupts/sec 是处理器接收和发出时钟计时周期中断的平均速率(事件/秒)。此计数器显示了在最近两个示例中观察到的、除以示例间隔持续时间的值之间的差。 Clock Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced clock tick interrupts. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
779Average Idle Time 是在最近两个示例之间观察到的平均空闲持续时间,以 100 纳秒为单位。 Average Idle Time is the average idle duration in 100ns units observed between the last two samples.
781Idle Break Events/sec 是处理器从空闲中唤醒的平均速率(事件/秒)。此计数器显示了在最近两个示例中观察到的、除以示例间隔持续时间的值之间的差。 Idle Break Events/sec is the average rate, in incidents per second, at which the processor wakes from idle. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval.
783处理器性能是处理器在执行指令时的平均性能,它采用处理器的标称性能百分比的形式。在有些处理器上,处理器性能可能超过 100%。一些处理器能够在 Windows 控制之外调节其频率。在这些系统上处理器性能将不能准确地反映这些处理器的性能。 Processor Performance is the average performance of the processor while it is executing instructions, as a percentage of the nominal performance of the processor. On some processors, Processor Performance may exceed 100%. Some processors are capable of regulating their frequency outside of the control of Windows. Processor Performance will accurately reflect the performance of these processors.
785Processor Utility 是处理器正在完成的工作量,其以百分比的形式显示处理器在标称性能状况下运行并且不空闲时能够完成的工作量。在有些处理器上,Processor Utility 可能超过 100%。 Processor Utility is the amount of work a processor is completing, as a percentage of the amount of work the processor could complete if it were running at its nominal performance and never idle. On some processors, Processor Utility may exceed 100%.
787Privileged Utility 是处理器在特权模式下执行时正在完成的工作量,其以百分比的形式显示处理器在标称性能状况下运行并且不空闲时能够完成的工作量。在有些处理器上,Privileged Utility 可能超过 100%。 Privileged Utility is the amount of work a processor is completing while executing in privileged mode, as a percentage of the amount of work the processor could complete if it were running at its nominal performance and never idle. On some processors, Privileged Utility may exceed 100%.
789性能限制百分比是指,处理器保证它可以提供的性能(以处理器额定性能百分比的形式)。性能可能受 Windows 电源策略限制,或者由于电源预算、过热或其他硬件问题而受平台限制。 % Performance Limit is the performance the processor guarantees it can provide, as a percentage of the nominal performance of the processor. Performance can be limited by Windows power policy, or by the platform as a result of a power budget, overheating, or other hardware issues.
791性能限制标志指示处理器性能受限制的原因。 Performance Limit Flags indicate reasons why the processor performance was limited.
999Clock Interrupts/sec Clock Interrupts/sec
1001Average Idle Time Average Idle Time
1003Idle Break Events/sec Idle Break Events/sec
1005% Processor Performance % Processor Performance
1007% Processor Utility % Processor Utility
1009% Privileged Utility % Privileged Utility
1011% Performance Limit % Performance Limit
1013Performance Limit Flags Performance Limit Flags

EXIF

File Name:advapi32res.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-advapi32res.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_a4e41ef33e795d43\
File Size:40 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:39936
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:高级 Windows 32 基本 API
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:advapi32res.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:advapi32res.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-advapi32res.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_48c5836f861bec0d\

What is advapi32res.dll.mui?

advapi32res.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file advapi32res.dll (高级 Windows 32 基本 API).

File version info

File Description:高级 Windows 32 基本 API
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:advapi32res.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:advapi32res.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200