1 | Processorinformation |
Processor Information |
2 | Processor Information |
Processor Information |
3 | Prestandaräknaruppsättningen Processorinformation består av räknare som mäter olika aspekter av processoraktiviteten. Processorn är den del av datorn som utför aritmetiska och logiska beräkningar, initierar åtgärder på kringutrustning och kör processtrådarna. Det kan finnas en eller flera processorer på datorn. På vissa datorer är processorerna ordnade på NUMA-noder som delar maskinvaruresurser, t.ex. fysiskt minne. Räknaruppsättningen Processorinformation representerar varje processor som ett nummerpar, där det första numret är NUMA-nodnumret och det andra numret är det nollbaserade indexet för processorn på den NUMA-noden. Om NUMA-noder inte används på datorn är det första numret noll. |
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 | % processortid |
% Processor Time |
6 | % Processor Time |
% Processor Time |
7 | Processortid i procent är den procentandel av förfluten tid som processorn ägnar åt att köra en icke-inaktiv tråd. Processortiden beräknas genom att den tid som ägnats åt att köra den inaktiva tråden mäts och sedan subtraheras värdet från 100 %. (Varje processor har en inaktiv tråd som tid ackumuleras till när ingen annan tråd är redo att köras.) Den här räknaren är den primära indikatorn för processoraktivitet, och den visar medelvärdet för den aktivitetstid som observerats under insamlingsintervallet. Lägg märke till att beräkningar om processorns inaktivitet utförs med ett internt insamlingsintervall som mäts med systemklockans räknare. Med dagens snabba processorer kan Processortid i procent underskatta processoranvändningen eftersom tiden mellan systemklockans insamlingsintervall används av processorn för att betjäna trådar. Arbetsbelastningsbaserade timerprogram är exempel på program som mer troligt får felaktiga mått eftersom signaler når timern precis efter att insamlingar skett. |
% 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 | Användartid i procent |
% User Time |
10 | % User Time |
% User Time |
11 | Användartid i procent är den procentandel av tiden som förflutit som processorn tillbringar i användarläge. Användarläge är ett begränsat läge som är till för program, miljöundersystem och integrerade undersystem. Alternativet är privilegierat läge och är till för operativsystemskomponenter. Privilegierat läge tillåter direktåtkomst till maskinvara och allt minne. Operativsystemet växlar programtrådar till privilegierat läge när de behöver tillgång till alla operativsystemstjänster. Den här räknaren visar medelvärde för aktiv tid som en procentandel av insamlingstiden. |
% 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 | Privilegierad tid i procent |
% Privileged Time |
14 | % Privileged Time |
% Privileged Time |
15 | Privilegierad tid i procent är den procentdel av förfluten tid som processtrådarna har utfört kod i privilegierat läge. När en systemtjänst anropas, körs ofta tjänsten i privilegierat läge för att få tillgång till system-privata data. Sådana data skyddas från åtkomst av trådar som körs i användarläge. Anrop till systemet kan vara direkta eller indirekta, såsom sidfel eller avbrott. Till skillnad från vissa tidigare operativsystem, används i Windows processgränser för att skydda undersystem utöver det traditionella skyddet som erbjuds av att användarläge och privilegierat läge används. En del arbete som görs av operativsystemet för programmens räkning visas i andra undersystemsprocesser tillsammans med processens privilegierad tid. |
% 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. |
17 | Avbrott per sekund |
Interrupts/sec |
18 | Interrupts/sec |
Interrupts/sec |
19 | Avbrott per sekund är medelhastighet i antal händelser per sekund som processorn tog emot och hanterade maskinvaruavbrott. Detta inkluderar inte DPC:er (uppskjutna proceduranrop), eftersom dessa räknas separat. Detta värde är en indirekt indikator på aktivitet i enheter som orsakar avbrott, som till exempel systemklockan, musen, diskenheter, datakommunikationslinjer, nätverkskort och annan kringutrustning. Dessa enheter brukar avbryta processorn när de har slutfört en aktivitet eller när be behöver uppmärksamhet. Normal trådkörning pausas när detta sker. Systemklockan brukar avbryta processorn var tionde millisekund och skapar därmed avbrottsaktivitet. Denna räknare visar skillnaden mellan de värden som observerats under de senaste två mätningarna delat med intervallets varaktighet. |
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-tid |
% DPC Time |
22 | % DPC Time |
% DPC Time |
23 | DPC-tid i procent är den andel av tiden som processorn använt för att ta emot och hantera DPC-anrop (Deferred Procedure Call) under provintervallet, uttryckt i procent. DPC-anrop är avbrott som har lägre prioritet än vanliga avbrott. DPC-tid i procent är en komponent som ingår i Privilegierad tid i procent, eftersom DPC-anrop utförs i privilegierat läge. De räknas separat, och ingår inte i avbrottsräknarna. Denna räknare visar ett medeltal i procent för provintervallet. |
% 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 | % avbrottstid |
% Interrupt Time |
26 | % Interrupt Time |
% Interrupt Time |
27 | Avbrottstid i procent är den procent av provintervallet som processorn tagit emot och hanterat maskinvaruavbrott. Detta värde är en indirekt mätare av aktiviteten hos enheter som skapar avbrott, såsom systemklockan, musen, diskenheter, datakommunikationslinjer, nätverkskort och annan kringutrustning. Dessa enheter skapar vanligtvis ett avbrott när en åtgärd har slutförts eller när de behöver processortid. Vanliga trådar får vänta när avbrott betjänas. De flesta systemklockor orsakar ett avbrott var tionde millisekund, och orsakar på så sätt en bakgrund till avbrottsaktivitet. Normal trådkörning avbryts när avbrott uppstår. Denna räknare visar ett medelvärde i procent av provtiden. |
% 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. |
29 | Köade DPC-anrop per sekund |
DPCs Queued/sec |
30 | DPCs Queued/sec |
DPCs Queued/sec |
31 | Köade DPC-anrop per sekund är den medelhastighet, i händelser per sekund, med vilken DPC-anrop (Deferred Procedure Calls) lades till i processorns DPC-kö. DPC:er är avbrott som körs vid lägre prioritet än vanliga avbrott. Varje processor har sin egen DPC-kö. Den här räknaren mäter den hastighet som DPC-anrop läggs till i kön, och inte antal DPC-anrop i kön. Den här räknaren visar skillnaden mellan det värde som observerades under de senaste två insamlingarna delat med insamlingsintervallens varaktighet. |
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. |
33 | DPC-hastighet |
DPC Rate |
34 | DPC Rate |
DPC Rate |
35 | DPC-hastighet är den hastighet med vilken DPC-anrop (Deferred Procedure Call) läggs till processorernas DPC-köer mellan processorklockans timer-signaler. (DPC-anrop är avbrott med lägre prioritet än vanliga avbrott. Varje processor har sin egen DPC-kö.) Denna räknare mäter den hastighet som DPC-anrop läggs till kön, och inte köns längd. Denna räknare visar bara det senast observerade värdet, och inte ett medelvärde. |
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 | Ledig tid i procent |
% Idle Time |
38 | % Idle Time |
% Idle Time |
39 | Ledig tid i procent är den tid som processorn är inaktiv under insamlingsintervallet |
% Idle Time is the percentage of time the processor is idle during the sample interval |
41 | C1-tid i procent |
% C1 Time |
42 | % C1 Time |
% C1 Time |
43 | C1-tid i procent är den procentandel av tiden som processorn tillbringar i lågenergitillståndet C1. C1-tid i procent är en del av processorns sammanlagda inaktivitetstid. Lågenergitillståndet C1 låter processorn behålla hela sin kontext så att den snabbt kan återvända till körtillstånd. Alla datorer stöder inte tillståndet 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-tid i procent |
% C2 Time |
46 | % C2 Time |
% C2 Time |
47 | C2-tid i procent är den procentandel av tiden som processorn tillbringar i lågenergitillståndet C2. C2-tid i procent är en del av processorns sammanlagda inaktivitetstid. Lågenergitillståndet C2 låter processorn behålla kontext för systemcache. Lågenergitillståndet C2 sparar mer energi än C1 men det tar längre tid att återvända till körtillstånd. Alla datorer stöder inte tillståndet 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-tid i procent |
% C3 Time |
50 | % C3 Time |
% C3 Time |
51 | C3-tid i procent är den procentandel av tiden som processorn tillbringar i lågenergitillståndet C3. C3-tid i procent är en del av processorns sammanlagda inaktivitetstid. När processorn befinner sig i lågenergitillståndet C3 kan den inte behålla innehållet i sina cacheminnen. Lågenergitillståndet C3 sparar mer energi än C2 men det tar längre tid att återvända till körtillstånd. Alla datorer stöder inte tillståndet 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. |
53 | C1-övergångar per sekund |
C1 Transitions/sec |
54 | C1 Transitions/sec |
C1 Transitions/sec |
55 | C1-övergångar per sekund är den hastighet som processorn inträder i lågenergitillståndet C1. Processorn inträder i lågenergitillståndet C1 när den är tillräckligt inaktiv, och återgår till körtillstånd när ett avbrott sker. Den här räknaren visar skillnaden mellan de båda värden som observerats under de senaste två insamlingarna delat med insamlingsintervallets varaktighet. |
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. |
57 | C2-övergångar per sekund |
C2 Transitions/sec |
58 | C2 Transitions/sec |
C2 Transitions/sec |
59 | C2-övergångar per sekund är den hastighet som processorn inträder i lågenergitillståndet C2. Processorn inträder i lågenergitillståndet C2 när den är tillräckligt inaktiv, och återgår till körtillstånd när ett avbrott sker. Den här räknaren visar skillnaden mellan de båda värden som observerats under de senaste två insamlingarna delat med insamlingsintervallets varaktighet. |
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. |
61 | C3-övergångar per sekund |
C3 Transitions/sec |
62 | C3 Transitions/sec |
C3 Transitions/sec |
63 | C3-övergångar per sekund är den hastighet som processorn inträder i lågenergitillståndet C3. Processorn inträder i lågenergitillståndet C3 när den är tillräckligt inaktiv, och återgår till körtillstånd när ett avbrott sker. Den här räknaren visar skillnaden mellan de båda värden som observerats under de senaste två insamlingarna delat med insamlingsintervallets varaktighet. |
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 | Prioritetstid i procent |
% Priority Time |
66 | % Priority Time |
% Priority Time |
67 | Prioritetstid i procent är den procentandel av förfluten tid som processorn ägnar åt att köra trådar som inte har låg prioritet. Tiden beräknas genom att den tid som ägnas åt att köra trådar med låg prioritet eller den inaktiva tråden mäts och sedan subtraheras värdet från 100%. (Varje processor har en inaktiv tråd som tid ackumuleras till när ingen annan tråd är redo att köras). Den här räknaren visar medelvärdet för den aktivitetstid som observerats under insamlingsintervallet med undantag för körningar i bakgrunden med låg prioritet. Lägg märke till att beräkningar om processorns inaktivitet utförs med ett internt insamlingsintervall som mäts med systemklockans räknare. Prioritetstid i procent kan därför underskatta processoranvändningen eftersom tiden emellan systemklockans insamlingsintervall används av processorn för att betjäna trådar. Arbetsbelastningsbaserade timerprogram är exempel på program som mer troligt får felaktiga mått eftersom signaler når timern precis efter att insamlingar skett. |
% 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. |
69 | Parkeringsstatus |
Parking Status |
70 | Parking Status |
Parking Status |
71 | Parkeringsstatus anger om en processor är parkerad eller inte. |
Parking Status represents whether a processor is parked or not. |
73 | Processorfrekvens |
Processor Frequency |
74 | Processor Frequency |
Processor Frequency |
75 | Processorfrekvens är den aktuella processorns klockfrekvens i MHz. Vissa processorer kan reglera sin frekvens utanför Windows kontroll. Processorfrekvens återger inte exakt den faktiska processorfrekvensen på dessa system. Använd Processorprestanda i procent i stället. |
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 | Procent av högsta frekvens |
% of Maximum Frequency |
78 | % of Maximum Frequency |
% of Maximum Frequency |
79 | Procent av högsta frekvens är förhållandet mellan processorns aktuella frekvens och processorns maximala frekvens. Vissa processorer kan reglera sin frekvens utanför Windows kontroll. Procent av högsta frekvens återger inte exakt den faktiska processorfrekvensen på dessa system. Använd Processorprestanda i procent i stället. |
% 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. |
81 | Tillståndsflaggor för processorn |
Processor State Flags |
82 | Processor State Flags |
Processor State Flags |
85 | Synkronisering |
Synchronization |
86 | Synchronization |
Synchronization |
87 | Prestandaobjektet Synkronisering består av räknare för kernelsynkronisering. Synkroniseringsobjektet representerar varje processor som en instans av objektet. |
The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object. |
89 | Erhållna spinlocks/sek |
Spinlock Acquires/sec |
90 | Spinlock Acquires/sec |
Spinlock Acquires/sec |
91 | Erhållna spinlocks/sek visar hur många spinlocks som har gjorts per sekund. Värdet inkluderar grundläggande spinlocks, köade spinlocks, stackköade spinlocks och delade spinlocks. |
Spinlock acquires/sec is the rate of spinlock acquisitions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks acquisitions. |
93 | Spinlocktvister/sek |
Spinlock Contentions/sec |
94 | Spinlock Contentions/sec |
Spinlock Contentions/sec |
95 | Spinlocktvister/sek visar hur många spinlocks som har ifrågasatts per sekund. Värdet inkluderar grundläggande spinlocks, köade spinlocks, stackköade spinlocks och delade spinlocks. |
Spinlock contentions/sec is the rate of spinlock contentions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks contentions. |
97 | Spinlockspins/sek |
Spinlock Spins/sec |
98 | Spinlock Spins/sec |
Spinlock Spins/sec |
99 | Spinlockspins/sek visar hur många spinlockspins som har gjorts per sekund. Värdet inkluderar grundläggande spinlocks, köade spinlocks, stackköade spinlocks och delade spinlocks. |
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. |
101 | IPI Skickade broadcastbegäranden/sek |
IPI Send Broadcast Requests/sec |
102 | IPI Send Broadcast Requests/sec |
IPI Send Broadcast Requests/sec |
103 | IPI Skickade broadcastbegäranden/sek anger hur ofta broadcastbegäranden skickas. |
IPI Send Broadcast Requests/sec is the rate of IPI broadcast requests. |
105 | IPI Skickade rutinbegäranden/sek |
IPI Send Routine Requests/sec |
106 | IPI Send Routine Requests/sec |
IPI Send Routine Requests/sec |
107 | IPI Skickade rutinbegäranden/sek anger hur ofta rutinbegäranden skickas. |
IPI Send Routine Requests/sec is the rate of IPI routine requests. |
109 | IPI Skickade programvaruavbrott/sek |
IPI Send Software Interrupts/sec |
110 | IPI Send Software Interrupts/sec |
IPI Send Software Interrupts/sec |
111 | IPI Skickade programvaruavbrott/sek anger hur ofta programvaruavbrott skickas. |
IPI Send Software Interrrupts/sec is the rate of software interrupts. |
113 | Totalt initierade exekutiva resurser/sek |
Exec. Resource Total Initialize/sec |
114 | Exec. Resource Total Initialize/sec |
Exec. Resource Total Initialize/sec |
115 | Anger hur ofta exekutiva resurser initieras. |
Frequency of initialization operations on Executive Resources. |
117 | Totalt ominitierade exekutiva resurser/sek |
Exec. Resource Total Re-Initialize/sec |
118 | Exec. Resource Total Re-Initialize/sec |
Exec. Resource Total Re-Initialize/sec |
119 | Anger hur ofta exekutiva resurser ominitieras. |
Frequency of re-initialization operations on Executive Resources. |
121 | Totalt raderade exekutiva resurser/sek |
Exec. Resource Total Delete/sec |
122 | Exec. Resource Total Delete/sec |
Exec. Resource Total Delete/sec |
123 | Anger hur ofta exekutiva resurser raderas. |
Frequency of delete operations on Executive Resources. |
125 | Totalt erhållna exekutiva resurser/sek |
Exec. Resource Total Acquires/sec |
126 | Exec. Resource Total Acquires/sec |
Exec. Resource Total Acquires/sec |
127 | Anger hur ofta lås av exekutiva resurser erhållits. |
Frequency of acquire operations on Executive Resources. |
129 | Totalt omtvistade exekutiva resurser/sek |
Exec. Resource Total Contentions/sec |
130 | Exec. Resource Total Contentions/sec |
Exec. Resource Total Contentions/sec |
131 | Anger hur ofta exekutiva resurser omtvistats. |
Contention rate on Executive Resources. |
133 | Totalt frigjorda exekutiva resurser/sek |
Exec. Resource Total Exclusive Releases/sec |
134 | Exec. Resource Total Exclusive Releases/sec |
Exec. Resource Total Exclusive Releases/sec |
135 | Anger hur ofta exekutiva resurser frigjorts. |
Frequency of Exclusive releases on Executive Resources. |
137 | Totalt delat frigjorda exekutiva resurser/sek |
Exec. Resource Total Shared Releases/sec |
138 | Exec. Resource Total Shared Releases/sec |
Exec. Resource Total Shared Releases/sec |
139 | Anger hur ofta exekutiva resurser frigjorts delat. |
Frequency of Shared releases on Executive Resources. |
141 | Totalt konverterade exekutiva resurser till delade/sek |
Exec. Resource Total Conv. Exclusive To Shared/sec |
142 | Exec. Resource Total Conv. Exclusive To Shared/sec |
Exec. Resource Total Conv. Exclusive To Shared/sec |
143 | Anger hur ofta exekutiva resurser konverterats till delade. |
Frequency of convert to shared operations on Executive Resources. |
145 | Exekutiva resurser - försök AcqExcLite/sek |
Exec. Resource Attempts AcqExclLite/sec |
146 | Exec. Resource Attempts AcqExclLite/sec |
Exec. Resource Attempts AcqExclLite/sec |
147 | Anger hur ofta exklusiva lås av exekutiva resurser erhållits från ExAcquireResourceExclusiveLite. |
Frequency of acquire exclusive attempts on Executive Resources from ExAcquireResourceExclusiveLite. |
149 | Exekutiva resurser - erhållna AcqExcLite/sek |
Exec. Resource Acquires AcqExclLite/sec |
150 | Exec. Resource Acquires AcqExclLite/sec |
Exec. Resource Acquires AcqExclLite/sec |
151 | Anger frekvensen för första exklusiva lås som erhållits från ExAcquireResourceExclusiveLite. |
Frequency of first exclusive acquires from ExAcquireResourceExclusiveLite. |
153 | Exekutiva resurser - rekursivt exkl. erhållna AcqExcLite/sek |
Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
154 | Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
155 | Anger frekvensen för rekursivt exklusiva lås som erhållits från ExAcquireResourceExclusiveLite. |
Frequency of recursive exclusive acquires from ExAcquireResourceExclusiveLite. |
157 | Exekutiva resurser - tvister AcqExcLite/sek |
Exec. Resource Contention AcqExclLite/sec |
158 | Exec. Resource Contention AcqExclLite/sec |
Exec. Resource Contention AcqExclLite/sec |
159 | Frekvens för väntetillstånd vid försök att erhålla exklusiva lås från ExAcquireResourceExclusiveLite. |
Frequency of waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite. |
161 | Exekutiva resurser - utan väntan AcqExcLite/sek |
Exec. Resource no-Waits AcqExclLite/sec |
162 | Exec. Resource no-Waits AcqExclLite/sec |
Exec. Resource no-Waits AcqExclLite/sec |
163 | Frekvens för väntefria försök att erhålla exklusiva lås från ExAcquireResourceExclusiveLite. |
Frequency of no-waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite. |
165 | Exekutiva resurser - försök AcqShrdLite/sek |
Exec. Resource Attempts AcqShrdLite/sec |
166 | Exec. Resource Attempts AcqShrdLite/sec |
Exec. Resource Attempts AcqShrdLite/sec |
167 | Anger hur ofta delade lås av exekutiva resurser försökts från ExAcquireResourceExclusiveLite. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireResourceSharedLite. |
169 | Exekutiva resurser - rekursivt exkl. erhållna AcqShrdLite/sek |
Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
170 | Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
171 | Anger frekvensen för rekursivt exklusiva lås som erhållits från ExAcquireResourceSharedLite. |
Frequency of recursive exclusive acquires from ExAcquireResourceSharedLite. |
173 | Exekutiva resurser - erhållna AcqShrdLite/sek |
Exec. Resource Acquires AcqShrdLite/sec |
174 | Exec. Resource Acquires AcqShrdLite/sec |
Exec. Resource Acquires AcqShrdLite/sec |
175 | Anger frekvensen för första delade lås som erhållits från ExAcquireResourceSharedLite. |
Frequency of first shared acquires from ExAcquireResourceSharedLite. |
177 | Exekutiva resurser - rekursivt delade erhållna AcqShrdLite/sek |
Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
178 | Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
179 | Anger frekvensen för rekursivt delade lås som erhållits från ExAcquireResourceSharedLite. |
Frequency of recursive shared acquires from ExAcquireResourceSharedLite. |
181 | Exekutiva resurser - tvister AcqShrdLite/sek |
Exec. Resource Contention AcqShrdLite/sec |
182 | Exec. Resource Contention AcqShrdLite/sec |
Exec. Resource Contention AcqShrdLite/sec |
183 | Frekvens för väntetillstånd vid försök att erhålla lås från ExAcquireResourceSharedLite. |
Frequency of waits during acquire attempts from ExAcquireResourceSharedLite. |
185 | Exekutiva resurser - utan väntan AcqShrdLite/sek |
Exec. Resource no-Waits AcqShrdLite/sec |
186 | Exec. Resource no-Waits AcqShrdLite/sec |
Exec. Resource no-Waits AcqShrdLite/sec |
187 | Frekvens för väntefria försök att erhålla lås från ExAcquireResourceSharedLite. |
Frequency of no-waits during acquire attempts from ExAcquireResourceSharedLite. |
189 | Exekutiva resurser - försök AcqShrdStarveExcl/sek |
Exec. Resource Attempts AcqShrdStarveExcl/sec |
190 | Exec. Resource Attempts AcqShrdStarveExcl/sec |
Exec. Resource Attempts AcqShrdStarveExcl/sec |
191 | Anger hur ofta delade lås av exekutiva resurser försökts från ExAcquireSharedStarveExclusive. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedStarveExclusive. |
193 | Exekutiva resurser - rekursivt exkl. erhållna AcqShrdStarveExcl/sek |
Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
194 | Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
195 | Anger frekvensen för rekursivt exklusiva lås som erhållits från ExAcquireSharedStarveExclusive. |
Frequency of recursive exclusive acquires from ExAcquireSharedStarveExclusive. |
197 | Exekutiva resurser - erhållna AcqShrdStarveExcl/sek |
Exec. Resource Acquires AcqShrdStarveExcl/sec |
198 | Exec. Resource Acquires AcqShrdStarveExcl/sec |
Exec. Resource Acquires AcqShrdStarveExcl/sec |
199 | Anger frekvensen för första delade lås som erhållits från ExAcquireSharedStarveExclusive. |
Frequency of first shared acquires from ExAcquireSharedStarveExclusive. |
201 | Exekutiva resurser - rekursivt delade erhållna AcqShrdStarveExcl/sek |
Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
202 | Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
203 | Anger frekvensen för rekursivt delade lås som erhållits från ExAcquireSharedStarveExclusive. |
Frequency of recursive shared acquires from ExAcquireSharedStarveExclusive. |
205 | Exekutiva resurser - tvister AcqShrdStarveExcl/sek |
Exec. Resource Contention AcqShrdStarveExcl/sec |
206 | Exec. Resource Contention AcqShrdStarveExcl/sec |
Exec. Resource Contention AcqShrdStarveExcl/sec |
207 | Frekvens för väntetillstånd vid försök att erhålla delade lås från ExAcquireSharedStarveExclusive. |
Frequency of waits during shared acquire attempts from ExAcquireSharedStarveExclusive. |
209 | Exekutiva resurser - utan väntan AcqShrdStarveExcl/sek |
Exec. Resource no-Waits AcqShrdStarveExcl/sec |
210 | Exec. Resource no-Waits AcqShrdStarveExcl/sec |
Exec. Resource no-Waits AcqShrdStarveExcl/sec |
211 | Frekvens för väntefria försök att erhålla delade lås från ExAcquireSharedStarveExclusive. |
Frequency of no-waits during shared acquire attempts from ExAcquireSharedStarveExclusive. |
213 | Exekutiva resurser - försök AcqShrdWaitForExcl/sek |
Exec. Resource Attempts AcqShrdWaitForExcl/sec |
214 | Exec. Resource Attempts AcqShrdWaitForExcl/sec |
Exec. Resource Attempts AcqShrdWaitForExcl/sec |
215 | Anger hur ofta delade lås av exekutiva resurser försökts från ExAcquireSharedWaitForExclusive. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedWaitForExclusive. |
217 | Exekutiva resurser - rekursivt exkl. erhållna AcqShrdWaitForExcl/sek |
Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
218 | Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
219 | Anger frekvensen för rekursivt exklusiva lås som erhållits från ExAcquireSharedWaitForExclusive. |
Frequency of recursive exclusive acquires from ExAcquireSharedWaitForExclusive. |
221 | Exekutiva resurser - erhållna AcqShrdWaitForExcl/sek |
Exec. Resource Acquires AcqShrdWaitForExcl/sec |
222 | Exec. Resource Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Acquires AcqShrdWaitForExcl/sec |
223 | Anger frekvensen för första delade lås som erhållits från ExAcquireSharedWaitForExclusive. |
Frequency of first shared acquires from ExAcquireSharedWaitForExclusive. |
225 | Exekutiva resurser - rekursivt delade erhållna AcqShrdWaitForExcl/sek |
Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
226 | Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
227 | Anger frekvensen för rekursivt delade lås som erhållits från ExAcquireSharedWaitForExclusive. |
Frequency of recursive shared acquires from ExAcquireSharedWaitForExclusive. |
229 | Exekutiva resurser - tvister AcqShrdWaitForExcl/sek |
Exec. Resource Contention AcqShrdWaitForExcl/sec |
230 | Exec. Resource Contention AcqShrdWaitForExcl/sec |
Exec. Resource Contention AcqShrdWaitForExcl/sec |
231 | Frekvens för väntetillstånd vid försök att erhålla delade lås från ExAcquireSharedWaitForExclusive. |
Frequency of waits during shared acquire attempts from ExAcquireSharedWaitForExclusive. |
233 | Exekutiva resurser - utan väntan AcqShrdWaitForExcl/sek |
Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
234 | Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
235 | Frekvens för väntefria försök att erhålla exklusiva lås från ExAcquireSharedWaitForExclusive. |
Frequency of no-waits during exclusive acquire attempts from ExAcquireSharedWaitForExclusive. |
237 | Exekutiva resurser - ange exklusiv pekarägare/sek |
Exec. Resource Set Owner Pointer Exclusive/sec |
238 | Exec. Resource Set Owner Pointer Exclusive/sec |
Exec. Resource Set Owner Pointer Exclusive/sec |
239 | Frekvens för ExSetResourceOwnerPointer till exklusiv ägare. |
Frequency of ExSetResourceOwnerPointer to an exclusive owner. |
241 | Exekutiva resurser - ange delad pekarägare (ny ägare)/sek |
Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
242 | Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
243 | Frekvens för ExSetResourceOwnerPointer till ny delad ägare. |
Frequency of ExSetResourceOwnerPointer to a new shared owner. |
245 | Exekutiva resurser - ange delad pekarägare (befintlig ägare)/sek |
Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
246 | Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
247 | Frekvens för ExSetResourceOwnerPointer till befintlig delad ägare. |
Frequency of ExSetResourceOwnerPointer to an existing shared owner. |
249 | Exekutiva resurser - prioritering exklusiv ägare/sek |
Exec. Resource Boost Excl. Owner/sec |
250 | Exec. Resource Boost Excl. Owner/sec |
Exec. Resource Boost Excl. Owner/sec |
251 | Frekvens för prioritering av exklusiv ägare vid väntan på denna exekutiva resurs. |
Frequency of boosting exclusive ownwer when waiting for this Executive Resource. |
253 | Exekutiva resurser - prioritering delade ägare/sek |
Exec. Resource Boost Shared Owners/sec |
254 | Exec. Resource Boost Shared Owners/sec |
Exec. Resource Boost Shared Owners/sec |
255 | Frekvens för prioritering av delade ägare vid väntan på denna exekutiva resurs. |
Frequency of boosting shared ownwer(s) when waiting for this Executive Resource. |
257 | Händelsespårning för Windows |
Event Tracing for Windows |
258 | Event Tracing for Windows |
Event Tracing for Windows |
259 | Räknarna i den här uppsättningen gäller systemglobala prestandamått för händelsespårning för delsystemet Windows. |
The counters in this collection refer to system-wide metrics about the performance of the Event Tracing for Windows subsystem. |
261 | Totalt antal distinkta aktiverade providers |
Total Number of Distinct Enabled Providers |
262 | Total Number of Distinct Enabled Providers |
Total Number of Distinct Enabled Providers |
263 | Antal distinkta händelseproviders som är aktiverade för ETW-sessioner, flera instanser av en provider räknas bara en gång. |
Number of distinct event providers that are enabled to ETW sessions; multiple instances of a provider are counted only once. |
265 | Totalt antal distinkta föraktiverade providers |
Total Number of Distinct Pre-Enabled Providers |
266 | Total Number of Distinct Pre-Enabled Providers |
Total Number of Distinct Pre-Enabled Providers |
267 | Antal unika spårningsproviders som har aktiverats för en spårningssession, men som inte har registrerats med ETW. |
Number of unique tracing providers that have been enabled to a trace session but have not yet registered with ETW. |
269 | Totalt antal distinkta inaktiverade providers |
Total Number of Distinct Disabled Providers |
270 | Total Number of Distinct Disabled Providers |
Total Number of Distinct Disabled Providers |
271 | Antal unika spårningsproviders som är registrerade i spårningssystemet, men som inte är aktiverade för någon spårningssession. Flera registrerade instanser av en provider räknas bara en gång. |
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. |
273 | Totalt antal aktiva sessioner |
Total Number of Active Sessions |
274 | Total Number of Active Sessions |
Total Number of Active Sessions |
275 | Antal ETW-spårningssessioner som är aktiva just nu. |
Number of ETW tracing sessions currently active. |
277 | Totalt minnesutnyttjande -- Växlingsbar pool |
Total Memory Usage --- Paged Pool |
278 | Total Memory Usage --- Paged Pool |
Total Memory Usage --- Paged Pool |
279 | Den aktuella storleken växlingsbart minne som allokerats för de buffertar som är associerade med alla aktiva sessioner (i byte). |
Current size of paged memory allocated for the buffers associated with all active sessions (in bytes). |
281 | Totalt minnesutnyttjande -- Icke-växlingsbar pool |
Total Memory Usage --- Non-Paged Pool |
282 | Total Memory Usage --- Non-Paged Pool |
Total Memory Usage --- Non-Paged Pool |
283 | Den aktuella storleken icke växlingsbart minne som allokerats för de buffertar som är associerade med alla aktiva sessioner (i byte). |
Current size of non-paged memory allocated for the buffers associated with all active sessions (in bytes). |
285 | Händelsespårning för Windows-session |
Event Tracing for Windows Session |
286 | Event Tracing for Windows Session |
Event Tracing for Windows Session |
287 | Räknarna i den här uppsättningen gäller individuell Händelsespårning för Windows-sessioner. |
The counters in this collection are related to individual Event Tracing for Windows sessions. |
289 | Buffertminnesutnyttjande -- Växlingsbar pool |
Buffer Memory Usage -- Paged Pool |
290 | Buffer Memory Usage -- Paged Pool |
Buffer Memory Usage -- Paged Pool |
291 | Den aktuella storleken växlingsbart minne som allokerats för de buffertar som är associerade med den här sessionen (i byte). |
Current size of paged memory allocated for the buffers associated with this session (in bytes). |
293 | Buffertminnesutnyttjande -- Icke-växlingsbar pool |
Buffer Memory Usage -- Non-Paged Pool |
294 | Buffer Memory Usage -- Non-Paged Pool |
Buffer Memory Usage -- Non-Paged Pool |
295 | Den aktuella storleken icke växlingsbart minne som allokerats för de buffertar som är associerade med den här sessionen (i byte). |
Current size of non-paged memory allocated for the buffers associated with this session (in bytes). |
297 | Loggade händelser per sekund |
Events Logged per sec |
298 | Events Logged per sec |
Events Logged per sec |
299 | Den hastighet med vilken händelser loggas till den här sessionen av providers som är aktiverade för den här sessionen (händelser/sekund). |
Rate at which events are logged to this session by providers that are enabled to this session (events/sec). |
301 | Förlorade händelser |
Events Lost |
302 | Events Lost |
Events Lost |
303 | Det totala antalet händelser som inte loggats korrekt sedan spårningssessionens början. Händelser kan förloras på grund av otillräckligt utrymme i sessionens buffertar. Du kan undvika förlorade händelser genom att öka buffertstorleken eller antalet buffertar. |
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. |
305 | Antal realtidsförbrukare |
Number of Real-Time Consumers |
306 | Number of Real-Time Consumers |
Number of Real-Time Consumers |
307 | Antal förbrukare som just nu läser händelser från den här sessionen i realtidsläge. |
Number of consumers currently reading events from this session in real-time mode. |
309 | SynchronizationNuma |
SynchronizationNuma |
311 | Prestandaobjektet Synkronisering består av räknare för kernelsynkronisering. Synkroniseringsobjektet representerar varje processor som en instans av objektet. Räknarna läggs till baserat på systemets NUMA-topologi. |
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. |
481 | Prestandaräknaruppsättningen Diskaktivitet från filsystemet består av räknare som mäter filsystemets I/O-aktivitet. Den här räknaruppsättningen mäter antalet byte som filsystemet har läst från och skrivit till diskenheten. |
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. |
483 | Diskaktivitet från filsystemet |
FileSystem Disk Activity |
484 | FileSystem Disk Activity |
FileSystem Disk Activity |
485 | Totalt antal byte som lästs av filsystemet från diskenheten |
Total Bytes Read by the FileSystem from disk drive |
487 | Byte som lästs av filsystemet |
FileSystem Bytes Read |
488 | FileSystem Bytes Read |
FileSystem Bytes Read |
489 | Totalt antal byte som skrivits av filsystemet från diskenheten |
Total Bytes Written by the FileSystem from disk drive |
491 | Byte som skrivits av filsystemet |
FileSystem Bytes Written |
492 | FileSystem Bytes Written |
FileSystem Bytes Written |
501 | Prestandaräknaren Thermal Zone-information består av räknare som mäter olika aspekter av temperaturzonerna i systemet. |
The Thermal Zone Information performance counter set consists of counters that measure aspects of each thermal zone in the system. |
503 | Thermal Zone-information |
Thermal Zone Information |
504 | Thermal Zone Information |
Thermal Zone Information |
505 | Temperaturen i temperaturzonen i grader kelvin. |
Temperature of the thermal zone, in degrees Kelvin. |
507 | Temperatur |
Temperature |
508 | Temperature |
Temperature |
509 | % passiv gräns är den gräns som den här temperaturzonen tillämpar på de enheter som den kontrollerar. En gräns på 100 % betyder att enheterna inte har några begränsningar. En gräns på 0 % betyder att enheterna är helt begränsade. |
% 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 | % passiv gräns |
% Passive Limit |
512 | % Passive Limit |
% Passive Limit |
513 | Begränsningsorsaker anger varför temperaturzonen begränsar prestanda på de enheter som den kontrollerar. |
Throttle Reasons indicate reasons why the thermal zone is limiting performance of the devices it controls. |
515 | Begränsningsorsaker |
Throttle Reasons |
516 | Throttle Reasons |
Throttle Reasons |
517 | Temperaturen i temperaturzonen i tiondelars grader kelvin. |
Temperature of the thermal zone, in tenths of degrees Kelvin. |
519 | Temperatur med hög noggrannhet |
High Precision Temperature |
520 | High Precision Temperature |
High Precision Temperature |
777 | Klockavbrott/sek är genomsnittsfrekvensen, i incidenter per sekund, med vilken processorn fått och hanterat avbrott i systemklockans räknare. Den här räknaren visar skillnaden mellan värdena som observerats i de två senaste insamlingarna dividerat med insamlingsintervallets längd. |
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. |
779 | Genomsnittlig inaktivitetstid är den genomsnittliga inaktivitetslängden i 100ns-enheter som observerats mellan de två senaste insamlingarna. |
Average Idle Time is the average idle duration in 100ns units observed between the last two samples. |
781 | Inaktivitetsavbrott/sek är genomsnittsfrekvensen, i incidenter per sekund, med vilken processorn återgår från inaktivitet. Den här räknaren visar skillnaden mellan värdena som observerats i de två senaste insamlingarna dividerat med insamlingsintervallets längd. |
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 | Processorprestanda är processorns medelprestanda när den kör instruktioner, som en procentandel av processorns nominella prestanda. På vissa processorer kan Processorprestanda överstiga 100%. Vissa processorer kan reglera sin frekvens utanför Windows kontroll. Processorprestanda återger exakta prestanda på dessa processorer. |
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. |
785 | Processornytta är mängden arbete som en processor slutför, som en procentandel av den mängd arbete som processorn skulle kunna slutföra om den kördes med dess nominella prestanda och aldrig vara inaktiv. På vissa processorer kan Processornytta överstiga 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%. |
787 | Privilegierad nytta är mängden arbete som en processor slutför när den körs i privilegierat läge, som en procentandel av den mängd arbete processorn skulle kunna slutföra om den kördes med dess nominella prestanda och aldrig var inaktiv. På vissa processorer kan Privilegierad nytta överstiga 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 | Prestandagräns i procent är den prestanda som processorn garanterar den kan tillhandahålla, som en procentandel av processorns nominella prestanda. Prestanda kan begränsas av Windows-energiprinciper, eller av plattformen på grund av energibudget, överhettning eller andra maskinvaruproblem. |
% 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 | Prestandagränsflaggor indikerar varför processorprestanda begränsades. |
Performance Limit Flags indicate reasons why the processor performance was limited. |
999 | Klockavbrott/sek |
Clock Interrupts/sec |
1000 | Clock Interrupts/sec |
Clock Interrupts/sec |
1001 | Genomsnittlig inaktivitetstid |
Average Idle Time |
1002 | Average Idle Time |
Average Idle Time |
1003 | Inaktivitetsavbrott/sek |
Idle Break Events/sec |
1004 | Idle Break Events/sec |
Idle Break Events/sec |
1005 | Processorprestanda i procent |
% Processor Performance |
1006 | % Processor Performance |
% Processor Performance |
1007 | Processornytta i procent |
% Processor Utility |
1008 | % Processor Utility |
% Processor Utility |
1009 | Privilegierad nytta i procent |
% Privileged Utility |
1010 | % Privileged Utility |
% Privileged Utility |
1011 | Prestandagräns i procent |
% Performance Limit |
1012 | % Performance Limit |
% Performance Limit |
1013 | Prestandagränsflaggor |
Performance Limit Flags |
1014 | Performance Limit Flags |
Performance Limit Flags |